We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc8ab5 commit ee71039Copy full SHA for ee71039
app/page.tsx
@@ -4,7 +4,7 @@ export default function Home() {
4
return (
5
<main className='flex min-h-screen flex-col items-center justify-between p-24'>
6
<div className='w-96'>
7
- <FileUpload server='/api/upload'/>
+ <FileUpload />
8
</div>
9
</main>
10
);
0 commit comments