diff options
Diffstat (limited to 'frontend/app/root.tsx')
| -rw-r--r-- | frontend/app/root.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/app/root.tsx b/frontend/app/root.tsx index e47d794..20aa910 100644 --- a/frontend/app/root.tsx +++ b/frontend/app/root.tsx @@ -9,6 +9,7 @@ import { ScrollRestoration, } from "@remix-run/react"; import "./tailwind.css"; +import "./shiki.css"; config.autoAddCss = false; |
