diff options
Diffstat (limited to 'apps/web/app/settings/assets')
| -rw-r--r-- | apps/web/app/settings/assets/page.tsx | 6 |
1 files changed, 3 insertions, 3 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(); |
