initial commit
This commit is contained in:
9
src/app/page.tsx
Normal file
9
src/app/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import ReportForm from "@/components/ReportForm";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className="min-h-screen">
|
||||
<ReportForm />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user