diff options
Diffstat (limited to 'apps/web/lib/attachments.tsx')
| -rw-r--r-- | apps/web/lib/attachments.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/lib/attachments.tsx b/apps/web/lib/attachments.tsx index 8110d6ce..62848d33 100644 --- a/apps/web/lib/attachments.tsx +++ b/apps/web/lib/attachments.tsx @@ -1,6 +1,6 @@ import { Archive, Camera, Image, Paperclip, Video } from "lucide-react"; -import { ZAssetType } from "@hoarder/shared/types/bookmarks"; +import { ZAssetType } from "@karakeep/shared/types/bookmarks"; export const ASSET_TYPE_TO_ICON: Record<ZAssetType, React.ReactNode> = { screenshot: <Camera className="size-4" />, |
