aboutsummaryrefslogtreecommitdiffstats
path: root/apps/browser-extension/src
diff options
context:
space:
mode:
Diffstat (limited to 'apps/browser-extension/src')
-rw-r--r--apps/browser-extension/src/components/TagList.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/browser-extension/src/components/TagList.tsx b/apps/browser-extension/src/components/TagList.tsx
index 2d77f17f..4c5f6dfa 100644
--- a/apps/browser-extension/src/components/TagList.tsx
+++ b/apps/browser-extension/src/components/TagList.tsx
@@ -1,5 +1,5 @@
import { useAutoRefreshingBookmarkQuery } from "@karakeep/shared-react/hooks/bookmarks";
-import { isBookmarkStillTagging } from "@karakeep/shared-react/utils/bookmarkUtils";
+import { isBookmarkStillTagging } from "@karakeep/shared/utils/bookmarkUtils";
import { Badge } from "./ui/badge";