rsnext/examples/server-actions-upload/app/page.tsx

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
101 B
TypeScript
Raw Normal View History

import UploadForm from "./upload-form";
export default function Home() {
return <UploadForm />;
}