aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared-react/hooks/bookmark-list-context.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared-react/hooks/bookmark-list-context.tsx')
-rw-r--r--packages/shared-react/hooks/bookmark-list-context.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/shared-react/hooks/bookmark-list-context.tsx b/packages/shared-react/hooks/bookmark-list-context.tsx
index d00e0567..3eb3a6ad 100644
--- a/packages/shared-react/hooks/bookmark-list-context.tsx
+++ b/packages/shared-react/hooks/bookmark-list-context.tsx
@@ -2,7 +2,7 @@
import { createContext, useContext } from "react";
-import { ZBookmarkList } from "@hoarder/shared/types/lists";
+import { ZBookmarkList } from "@karakeep/shared/types/lists";
export const BookmarkListContext = createContext<ZBookmarkList | undefined>(
undefined,