diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-05-31 15:23:46 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-05-31 15:23:46 +0000 |
| commit | b218118b84291de4a9c1cd400dc58afab7054b78 (patch) | |
| tree | ae870adffa7a06147e1618016934aafbed75df70 /apps/web/components/dashboard/preview/AttachmentBox.tsx | |
| parent | 3e860b7904e4b5fab9a5256426b03a35c9e165ee (diff) | |
| download | karakeep-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.tsx | 2 |
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, |
