Skip to content

Commit 7be4388

Browse files
webui: updating unified exports
1 parent 5464812 commit 7be4388

File tree

1 file changed

+2
-1
lines changed
  • tools/server/webui/src/lib/utils

1 file changed

+2
-1
lines changed

tools/server/webui/src/lib/utils/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ export { createMessageCountMap, getMessageCount } from './conversation-utils';
4343
export { copyToClipboard, copyCodeToClipboard } from './copy';
4444

4545
// File preview utilities
46-
export { getFileTypeLabel, getPreviewText } from './file-preview';
46+
export { getFileTypeLabel } from './file-preview';
47+
export { getPreviewText } from './text';
4748

4849
// File type utilities
4950
export {

0 commit comments

Comments
 (0)