mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 19:30:15 +01:00
🎨 style: Improve KaTeX Rendering for LaTeX Equations (#7223)
This commit is contained in:
parent
8e1012c5aa
commit
20c9f1a783
7 changed files with 7 additions and 6 deletions
|
|
@ -5,6 +5,7 @@ import App from './App';
|
|||
import './style.css';
|
||||
import './mobile.css';
|
||||
import { ApiErrorBoundaryProvider } from './hooks/ApiErrorBoundaryContext';
|
||||
import 'katex/dist/katex.min.css';
|
||||
|
||||
const container = document.getElementById('root');
|
||||
const root = createRoot(container);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue