feat: admin dashboard for THE CREATOR

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-09 00:12:36 +00:00
co-authored by Claude Opus 4.6
parent e3a4299dae
commit 2170e9275c
4 changed files with 362 additions and 0 deletions
+5
View File
@@ -86,6 +86,11 @@ const routes = [
name: 'practice',
component: () => import('./pages/PracticePage.vue'),
},
{
path: '/admin',
name: 'admin',
component: () => import('./pages/AdminPage.vue'),
},
]
export const router = createRouter({