Skip to content

Commit c047ada

Browse files
committed
update stuff
1 parent 1a4d4de commit c047ada

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/pages/aiAssistant/assistant.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Ref from "html-tag-js/ref";
77
import EditorFile from "lib/editorFile";
88
import settings from "lib/settings";
99
import markdownIt from "markdown-it";
10-
import styles from "./assistant.module.scss";
10+
import styles from "./assistant.m.scss";
1111
import {
1212
addConversation,
1313
addMessageToDB,
@@ -23,12 +23,12 @@ import { allTools } from "./tools";
2323

2424
export 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.

0 commit comments

Comments
 (0)