BLOG-136 Dashboard route and frontend authentication #137
@ -39,6 +39,7 @@
|
|||||||
|
|
||||||
const links: DashboardLink[] = [
|
const links: DashboardLink[] = [
|
||||||
{ label: 'Post', href: '/dashboard/post' },
|
{ label: 'Post', href: '/dashboard/post' },
|
||||||
|
{ label: 'Label', href: '/dashboard/label' },
|
||||||
{ label: 'Image', href: '/dashboard/image' },
|
{ label: 'Image', href: '/dashboard/image' },
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
1
frontend/src/routes/dashboard/label/+page.svelte
Normal file
1
frontend/src/routes/dashboard/label/+page.svelte
Normal file
@ -0,0 +1 @@
|
|||||||
|
<div>Label</div>
|
Loading…
x
Reference in New Issue
Block a user