diff --git a/apps/server/src/routes/_protected/admin.tsx b/apps/server/src/routes/_protected/admin.tsx index bc9bb26..808509f 100644 --- a/apps/server/src/routes/_protected/admin.tsx +++ b/apps/server/src/routes/_protected/admin.tsx @@ -1,6 +1,5 @@ import { createFileRoute, Outlet } from '@tanstack/react-router' import { AdminSidebar } from '@/components/AdminSidebar' -import { Separator } from '@/components/ui/separator' import { SidebarInset, SidebarProvider, SidebarTrigger } from '@/components/ui/sidebar' export const Route = createFileRoute('/_protected/admin' as never)({ @@ -14,11 +13,10 @@ function AdminLayout() {
-
-
+
-
+
) diff --git a/apps/server/src/routes/_protected/admin/bookmarks.tsx b/apps/server/src/routes/_protected/admin/bookmarks.tsx index 21b8de6..8255847 100644 --- a/apps/server/src/routes/_protected/admin/bookmarks.tsx +++ b/apps/server/src/routes/_protected/admin/bookmarks.tsx @@ -32,13 +32,13 @@ function BookmarksAdmin() { const selectedCategory = data.find((category: { id: string }) => category.id === selectedCategoryId) return ( -
+

书签管理

管理你的书签分类、图标和排序

-
+