Jacky Zhao
2023-06-07 0813f127a30b376c5d5552a8cdb6e5cad5969c38
quartz/components/Darkmode.tsx
@@ -1,3 +1,6 @@
// @ts-ignore: this is safe, we don't want to actually make darkmode.inline.ts a module as
// modules are automatically deferred and we don't want that to happen for critical beforeDOMLoads
// see: https://v8.dev/features/modules#defer
import darkmodeScript from "./scripts/darkmode.inline"
import styles from '../styles/darkmode.scss'