aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/settings
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2025-04-12 19:37:18 +0100
committerMohamedBassem <me@mbassem.com>2025-04-12 19:37:40 +0100
commit755fc36e912964863d4f46bb32adda6332b419fe (patch)
tree3c54e9e6ed7686a119804716ccb6fdd6ad0da3c3 /apps/web/app/settings
parent7f569042f153a55189fb28e6ef6ab127b8190afd (diff)
downloadkarakeep-755fc36e912964863d4f46bb32adda6332b419fe.tar.zst
chore: Rename hoarder packages to karakeep
Diffstat (limited to 'apps/web/app/settings')
-rw-r--r--apps/web/app/settings/assets/page.tsx6
-rw-r--r--apps/web/app/settings/broken-links/page.tsx4
2 files changed, 5 insertions, 5 deletions
diff --git a/apps/web/app/settings/assets/page.tsx b/apps/web/app/settings/assets/page.tsx
index a6c13525..0b3c2b5b 100644
--- a/apps/web/app/settings/assets/page.tsx
+++ b/apps/web/app/settings/assets/page.tsx
@@ -20,12 +20,12 @@ import { api } from "@/lib/trpc";
import { formatBytes } from "@/lib/utils";
import { ExternalLink, Trash2 } from "lucide-react";
-import { useDetachBookmarkAsset } from "@hoarder/shared-react/hooks/assets";
-import { getAssetUrl } from "@hoarder/shared-react/utils/assetUtils";
+import { useDetachBookmarkAsset } from "@karakeep/shared-react/hooks/assets";
+import { getAssetUrl } from "@karakeep/shared-react/utils/assetUtils";
import {
humanFriendlyNameForAssertType,
isAllowedToDetachAsset,
-} from "@hoarder/trpc/lib/attachments";
+} from "@karakeep/trpc/lib/attachments";
export default function AssetsSettingsPage() {
const { t } = useTranslation();
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();