diff --git a/apps/web/src/features/library/pages/LibraryPage.tsx b/apps/web/src/features/library/pages/LibraryPage.tsx index 46581b863..e96649073 100644 --- a/apps/web/src/features/library/pages/LibraryPage.tsx +++ b/apps/web/src/features/library/pages/LibraryPage.tsx @@ -53,6 +53,7 @@ import { Pagination } from '@/components/navigation/Pagination'; import { ConfirmationDialog } from '@/components/ui/confirmation-dialog'; import { LoadingState } from '@/components/ui/LoadingState'; import { Sidebar } from '@/components/ui/Sidebar'; +import { BulkModeBanner } from '@/components/BulkModeBanner'; import { logger } from '@/utils/logger'; import { parseApiError } from '@/utils/apiErrorHandler'; import { cn } from '@/lib/utils'; @@ -311,6 +312,14 @@ export default function LibraryPagePremium() { return (