aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/preview/AttachmentBox.tsx
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-05-31 15:23:46 +0000
committerMohamed Bassem <me@mbassem.com>2025-05-31 15:23:46 +0000
commitb218118b84291de4a9c1cd400dc58afab7054b78 (patch)
treeae870adffa7a06147e1618016934aafbed75df70 /apps/web/components/dashboard/preview/AttachmentBox.tsx
parent3e860b7904e4b5fab9a5256426b03a35c9e165ee (diff)
downloadkarakeep-b218118b84291de4a9c1cd400dc58afab7054b78.tar.zst
refactor: Move bookmark utils from shared-react to shared
Diffstat (limited to 'apps/web/components/dashboard/preview/AttachmentBox.tsx')
-rw-r--r--apps/web/components/dashboard/preview/AttachmentBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/preview/AttachmentBox.tsx b/apps/web/components/dashboard/preview/AttachmentBox.tsx
index 15acd799..674f151c 100644
--- a/apps/web/components/dashboard/preview/AttachmentBox.tsx
+++ b/apps/web/components/dashboard/preview/AttachmentBox.tsx
@@ -19,8 +19,8 @@ import {
useDetachBookmarkAsset,
useReplaceBookmarkAsset,
} from "@karakeep/shared-react/hooks/assets";
-import { getAssetUrl } from "@karakeep/shared-react/utils/assetUtils";
import { BookmarkTypes, ZBookmark } from "@karakeep/shared/types/bookmarks";
+import { getAssetUrl } from "@karakeep/shared/utils/assetUtils";
import {
humanFriendlyNameForAssertType,
isAllowedToAttachAsset,