Skip to content

Commit 993b4dd

Browse files
committed
build
1 parent 2a814a7 commit 993b4dd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/server/public/index.html.gz

340 Bytes
Binary file not shown.

tools/server/webui/src/components/ChatScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useEffect, useMemo, useRef, useState } from 'react';
22
import { CallbackGeneratedChunk, useAppContext } from '../utils/app.context';
33
import ChatMessage from './ChatMessage';
44
import { CanvasType, Message, PendingMessage } from '../utils/types';
5-
import { classNames, cleanCurrentUrl, throttle } from '../utils/misc';
5+
import { classNames, cleanCurrentUrl } from '../utils/misc';
66
import CanvasPyInterpreter from './CanvasPyInterpreter';
77
import StorageUtils from '../utils/storage';
88
import { useVSCodeContext } from '../utils/llama-vscode';

0 commit comments

Comments
 (0)