Skip to content

Commit 93d4c74

Browse files
Update tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentThumbnailFile.svelte
Co-authored-by: Aleksander Grygier <[email protected]>
1 parent 1dc75e6 commit 93d4c74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentThumbnailFile.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<script lang="ts">
22
import { RemoveButton } from '$lib/components/app';
3-
import { formatFileSize, getFileTypeLabel, isTextFile } from '$lib/utils';
4-
import { getPreviewText } from '$lib/utils/text';
3+
import { formatFileSize, getFileTypeLabel, getPreviewText, isTextFile } from '$lib/utils';
54
import { AttachmentType } from '$lib/enums';
65
76
interface Props {

0 commit comments

Comments
 (0)