feat(backend): SingleTheme-pagina geïmplementeerd

This commit is contained in:
Gerald Schmittinger 2025-04-01 01:31:11 +02:00
parent a33ec6c452
commit 34f980d690
7 changed files with 137 additions and 49 deletions

View file

@ -65,9 +65,10 @@ const router = createRouter({
},
{
path: "/theme/:id",
path: "/theme/:theme",
name: "Theme",
component: SingleTheme,
props: true,
meta: { requiresAuth: true },
},
{