aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/bulkActions.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/lib/bulkActions.ts')
-rw-r--r--apps/web/lib/bulkActions.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/lib/bulkActions.ts b/apps/web/lib/bulkActions.ts
index a2ee6a29..34a236c6 100644
--- a/apps/web/lib/bulkActions.ts
+++ b/apps/web/lib/bulkActions.ts
@@ -1,7 +1,7 @@
// reference article https://refine.dev/blog/zustand-react-state/#build-a-to-do-app-using-zustand
import { create } from "zustand";
-import type { ZBookmark } from "@hoarder/shared/types/bookmarks";
+import type { ZBookmark } from "@karakeep/shared/types/bookmarks";
interface BookmarkState {
selectedBookmarks: ZBookmark[];