Skip to content

Commit cdf691c

Browse files
author
poulphunter
committed
import INIT_MESSAGE
1 parent 03d5ab8 commit cdf691c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ChatScreen.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import CanvasPyInterpreter from './CanvasPyInterpreter';
77
import StorageUtils from '../utils/storage';
88
import { useVSCodeContext } from '../utils/llama-vscode';
99
import { useTranslation } from 'react-i18next';
10+
import { INIT_MESSAGE, INIT_QUERY } from '../Config.ts';
1011

1112
/**
1213
* A message display is a message node with additional information for rendering.

0 commit comments

Comments
 (0)