diff options
Diffstat (limited to 'packages/shared-react/hooks')
| -rw-r--r-- | packages/shared-react/hooks/bookmark-grid-context.tsx | 2 | ||||
| -rw-r--r-- | packages/shared-react/hooks/bookmark-list-context.tsx | 2 | ||||
| -rw-r--r-- | packages/shared-react/hooks/lists.ts | 4 |
3 files changed, 4 insertions, 4 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 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, diff --git a/packages/shared-react/hooks/lists.ts b/packages/shared-react/hooks/lists.ts index ecb5d408..4dd9bc2b 100644 --- a/packages/shared-react/hooks/lists.ts +++ b/packages/shared-react/hooks/lists.ts @@ -1,8 +1,8 @@ -import { ZBookmarkList } from "@hoarder/shared/types/lists"; +import { ZBookmarkList } from "@karakeep/shared/types/lists"; import { listsToTree, ZBookmarkListRoot, -} from "@hoarder/shared/utils/listUtils"; +} from "@karakeep/shared/utils/listUtils"; import { api } from "../trpc"; |
