feat: add 'Label' link to dashboard and create corresponding page
Some checks failed
Frontend CI / build (push) Failing after 59s
Some checks failed
Frontend CI / build (push) Failing after 59s
This commit is contained in:
parent
9d7a8bd300
commit
d74c5b82c2
@ -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