From b218118b84291de4a9c1cd400dc58afab7054b78 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 31 May 2025 15:23:46 +0000 Subject: refactor: Move bookmark utils from shared-react to shared --- packages/shared-react/hooks/bookmarks.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/shared-react/hooks') 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"; -- cgit v1.2.3-70-g09d2