diff --git a/frontend/src/routes/dashboard/+layout.svelte b/frontend/src/routes/dashboard/+layout.svelte index c32270a..993c523 100644 --- a/frontend/src/routes/dashboard/+layout.svelte +++ b/frontend/src/routes/dashboard/+layout.svelte @@ -39,6 +39,7 @@ const links: DashboardLink[] = [ { label: 'Post', href: '/dashboard/post' }, + { label: 'Label', href: '/dashboard/label' }, { label: 'Image', href: '/dashboard/image' }, ]; diff --git a/frontend/src/routes/dashboard/label/+page.svelte b/frontend/src/routes/dashboard/label/+page.svelte new file mode 100644 index 0000000..b711e4a --- /dev/null +++ b/frontend/src/routes/dashboard/label/+page.svelte @@ -0,0 +1 @@ +
Label