feat: implementation
This commit is contained in:
11
app/page.tsx
Normal file
11
app/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
'use client';
|
||||
|
||||
import Dashboard from '@/components/Dashboard';
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main>
|
||||
<Dashboard />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user