first commit
This commit is contained in:
9
frontend/app/main/page.tsx
Normal file
9
frontend/app/main/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
export default function Main() {
|
||||
return (
|
||||
<div className="py-4 space-y-4 w-full">
|
||||
<h1 className="text-2xl font-semibold">Main Page</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user