chore(monorepo/client): set up stylesheets

This commit is contained in:
Elian Doran
2025-04-22 23:02:36 +03:00
parent fa48e5986b
commit eb6d802952
34 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ import { validateEmbeddingProviders } from "./validation.js";
import type { MessageData, ToolExecutionStep, ChatData } from "./types.js";
import { applySyntaxHighlight } from "../../services/syntax_highlight.js";
import "../../../stylesheets/llm_chat.css";
import "../../stylesheets/llm_chat.css";
export default class LlmChatPanel extends BasicWidget {
private noteContextChatMessages!: HTMLElement;