mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-31 04:56:02 +00:00
move markdown style to style folder
This commit is contained in:
parent
9ab6b355fb
commit
aba154ea91
2 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ import { marked } from 'marked';
|
|||
import DOMPurify from 'dompurify';
|
||||
import { isHtmlDocument } from '@/lib/htmlFontStyles';
|
||||
import { Dialog, DialogContent } from '@/components/ui/dialog';
|
||||
import './markdown-styles.css';
|
||||
import '@/style/markdown-styles.css';
|
||||
|
||||
// Helper functions for path resolution
|
||||
function joinPath(...paths: string[]): string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue