File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import Ref from "html-tag-js/ref";
77import EditorFile from "lib/editorFile" ;
88import settings from "lib/settings" ;
99import markdownIt from "markdown-it" ;
10- import styles from "./assistant.module .scss" ;
10+ import styles from "./assistant.m .scss" ;
1111import {
1212 addConversation ,
1313 addMessageToDB ,
@@ -23,12 +23,12 @@ import { allTools } from "./tools";
2323
2424export default function openAIAssistantPage ( ) {
2525 // References
26- const profileBtnRef = new Ref ( ) ;
27- const historySidebarRef = new Ref ( ) ;
28- const chatInputRef = new Ref ( ) ;
29- const sendBtnRef = new Ref ( ) ;
30- const messageContainerRef = new Ref ( ) ;
31- const stopBtnRef = new Ref ( ) ;
26+ const profileBtnRef = Ref ( ) ;
27+ const historySidebarRef = Ref ( ) ;
28+ const chatInputRef = Ref ( ) ;
29+ const sendBtnRef = Ref ( ) ;
30+ const messageContainerRef = Ref ( ) ;
31+ const stopBtnRef = Ref ( ) ;
3232
3333 let currentProfile = "ask" ;
3434 let currentConversationId = null ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments