move markdown style to style folder

This commit is contained in:
4pmtong 2026-01-29 19:33:56 +08:00
parent 9ab6b355fb
commit aba154ea91
2 changed files with 1 additions and 1 deletions

View file

@ -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 {