BLOG-136 Dashboard route and frontend authentication #137

Merged
squid merged 10 commits from BLOG-136_create_dashboard_route into main 2025-10-13 20:33:36 +08:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit d74c5b82c2 - Show all commits

View File

@ -39,6 +39,7 @@
const links: DashboardLink[] = [
{ label: 'Post', href: '/dashboard/post' },
{ label: 'Label', href: '/dashboard/label' },
{ label: 'Image', href: '/dashboard/image' },
];
</script>

View File

@ -0,0 +1 @@
<div>Label</div>