BLOG-136 Dashboard route and frontend authentication #137
@ -39,6 +39,7 @@
|
||||
|
||||
const links: DashboardLink[] = [
|
||||
{ label: 'Post', href: '/dashboard/post' },
|
||||
{ label: 'Label', href: '/dashboard/label' },
|
||||
{ label: 'Image', href: '/dashboard/image' },
|
||||
];
|
||||
</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