Skip to content

Commit eddd627

Browse files
committed
chore: Formatting
1 parent df5df1f commit eddd627

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tools/server/webui/src/app.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ import type {
1212
ApiLlamaCppServerProps
1313
} from '$lib/types/api';
1414

15-
import type { ChatMessageType, ChatRole, ChatUploadedFile, MessageSiblingInfo } from '$lib/types/chat';
15+
import type {
16+
ChatMessageType,
17+
ChatRole,
18+
ChatUploadedFile,
19+
MessageSiblingInfo
20+
} from '$lib/types/chat';
1621

1722
import type {
1823
DatabaseConversation,

0 commit comments

Comments
 (0)