feat: added thinking time statistics; added LaTeX rendering support

This commit is contained in:
Xiaohan-Tian
2026-05-15 12:07:45 -07:00
parent 42b9662bb4
commit ac2d924711
6 changed files with 426 additions and 8 deletions
+1
View File
@@ -1,4 +1,5 @@
import 'reflect-metadata';
import 'katex/dist/katex.min.css';
import { StrictMode } from 'react';
import { createRoot } from 'react-dom/client';
import './styles/variables.css';