We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
copy-tex
1 parent adceab4 commit 5d8d5f2Copy full SHA for 5d8d5f2
‎client/src/main.jsx
@@ -6,6 +6,7 @@ import './style.css';
6
import './mobile.css';
7
import { ApiErrorBoundaryProvider } from './hooks/ApiErrorBoundaryContext';
8
import 'katex/dist/katex.min.css';
9
+import 'katex/dist/contrib/copy-tex.js';
10
11
const container = document.getElementById('root');
12
const root = createRoot(container);
0 commit comments