Add MVP version
This commit is contained in:
5
apps/web/src/app/(dashboard)/dashboard/page.tsx
Normal file
5
apps/web/src/app/(dashboard)/dashboard/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { Metadata } from "next";
|
||||
|
||||
export default async function DashboardPage() {
|
||||
return <div>Hello world</div>;
|
||||
}
|
Reference in New Issue
Block a user