diff --git a/web/app/layout.tsx b/web/app/layout.tsx index 5f14d6f5c..01b2cabb4 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -2,6 +2,7 @@ import { PropsWithChildren } from 'react' import { Metadata } from 'next' +import 'katex/dist/katex.min.css' import '@/styles/main.scss' export const metadata: Metadata = {