diff --git a/src/pages/BookmarksPage.tsx b/src/pages/BookmarksPage.tsx index c63c78fb..52d5fdc9 100644 --- a/src/pages/BookmarksPage.tsx +++ b/src/pages/BookmarksPage.tsx @@ -7,7 +7,7 @@ import { useAppContext } from '@/hooks/useAppContext'; import { useBookmarks } from '@/hooks/useBookmarks'; import { useCurrentUser } from '@/hooks/useCurrentUser'; import { LoginArea } from '@/components/auth/LoginArea'; -import { cn } from '@/lib/utils'; + export function BookmarksPage() { const { config } = useAppContext(); @@ -22,12 +22,12 @@ export function BookmarksPage() { return (
- {/* Sticky header */} -
- + {/* Page header */} +
+ -
+

Bookmarks