aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared-react/hooks/bookmark-grid-context.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared-react/hooks/bookmark-grid-context.tsx')
-rw-r--r--packages/shared-react/hooks/bookmark-grid-context.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/shared-react/hooks/bookmark-grid-context.tsx b/packages/shared-react/hooks/bookmark-grid-context.tsx
index 7d71d28c..190ccd56 100644
--- a/packages/shared-react/hooks/bookmark-grid-context.tsx
+++ b/packages/shared-react/hooks/bookmark-grid-context.tsx
@@ -2,7 +2,7 @@
import { createContext, useContext } from "react";
-import type { ZGetBookmarksRequest } from "@hoarder/shared/types/bookmarks";
+import type { ZGetBookmarksRequest } from "@karakeep/shared/types/bookmarks";
export const BookmarkGridContext = createContext<
ZGetBookmarksRequest | undefined