mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 23:42:24 +00:00
feat(dashboard): add admin dashboard page
This commit is contained in:
parent
2248645a38
commit
ceb01aec59
3
src/app/(app)/dashboard/@admin/page.tsx
Normal file
3
src/app/(app)/dashboard/@admin/page.tsx
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export default function DashboardAdmin() {
|
||||||
|
return <div>Dashboard Admin</div>;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user