Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6ffe269

Browse files
committed
adding search button
1 parent 14358e4 commit 6ffe269

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/app/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default function Home() {
1919
return (
2020
<main className="flex min-h-screen flex-col items-center justify-between p-24">
2121
<div className="container mx-auto p-4">
22+
<h1>Search for videos</h1>
2223
<QuestionForm onSubmit={handleSearch} />
2324
<VideoList videos={videos} />
2425
</div>

0 commit comments

Comments
 (0)