feat: new file
This commit is contained in:
6
frontend/app/page.tsx
Normal file
6
frontend/app/page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import Dashboard from "../components/Dashboard";
|
||||
|
||||
export default function Page() {
|
||||
return <Dashboard />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user