diff --git a/web/src/utils/attachment.ts b/web/src/utils/attachment.ts index 17e2da2a5..69f7e651a 100644 --- a/web/src/utils/attachment.ts +++ b/web/src/utils/attachment.ts @@ -1,5 +1,5 @@ -import { Attachment } from "@/types/proto/api/v1/attachment_service"; import workspaceStore from "@/store/workspace"; +import { Attachment } from "@/types/proto/api/v1/attachment_service"; export const getAttachmentUrl = (attachment: Attachment) => { if (attachment.externalLink) {