Skip to content

Commit ee71039

Browse files
authored
Update page.tsx
1 parent abc8ab5 commit ee71039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default function Home() {
44
return (
55
<main className='flex min-h-screen flex-col items-center justify-between p-24'>
66
<div className='w-96'>
7-
<FileUpload server='/api/upload'/>
7+
<FileUpload />
88
</div>
99
</main>
1010
);

0 commit comments

Comments
 (0)