We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14358e4 commit 6ffe269Copy full SHA for 6ffe269
app/src/app/page.tsx
@@ -19,6 +19,7 @@ export default function Home() {
19
return (
20
<main className="flex min-h-screen flex-col items-center justify-between p-24">
21
<div className="container mx-auto p-4">
22
+ <h1>Search for videos</h1>
23
<QuestionForm onSubmit={handleSearch} />
24
<VideoList videos={videos} />
25
</div>
0 commit comments