aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared-react/hooks
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-05-31 15:23:46 +0000
committerMohamed Bassem <me@mbassem.com>2025-05-31 15:23:46 +0000
commitb218118b84291de4a9c1cd400dc58afab7054b78 (patch)
treeae870adffa7a06147e1618016934aafbed75df70 /packages/shared-react/hooks
parent3e860b7904e4b5fab9a5256426b03a35c9e165ee (diff)
downloadkarakeep-b218118b84291de4a9c1cd400dc58afab7054b78.tar.zst
refactor: Move bookmark utils from shared-react to shared
Diffstat (limited to 'packages/shared-react/hooks')
-rw-r--r--packages/shared-react/hooks/bookmarks.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/shared-react/hooks/bookmarks.ts b/packages/shared-react/hooks/bookmarks.ts
index e06c7841..15b678cc 100644
--- a/packages/shared-react/hooks/bookmarks.ts
+++ b/packages/shared-react/hooks/bookmarks.ts
@@ -1,5 +1,6 @@
+import { isBookmarkStillLoading } from "@karakeep/shared/utils/bookmarkUtils";
+
import { api } from "../trpc";
-import { isBookmarkStillLoading } from "../utils/bookmarkUtils";
import { useBookmarkGridContext } from "./bookmark-grid-context";
import { useAddBookmarkToList } from "./lists";