aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/settings/broken-links
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/app/settings/broken-links')
-rw-r--r--apps/web/app/settings/broken-links/page.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/app/settings/broken-links/page.tsx b/apps/web/app/settings/broken-links/page.tsx
index 0b83dfa9..e2b42d07 100644
--- a/apps/web/app/settings/broken-links/page.tsx
+++ b/apps/web/app/settings/broken-links/page.tsx
@@ -17,8 +17,8 @@ import { useTranslation } from "react-i18next";
import {
useDeleteBookmark,
useRecrawlBookmark,
-} from "@hoarder/shared-react/hooks/bookmarks";
-import { api } from "@hoarder/shared-react/trpc";
+} from "@karakeep/shared-react/hooks/bookmarks";
+import { api } from "@karakeep/shared-react/trpc";
export default function BrokenLinksPage() {
const { t } = useTranslation();