Jacky Zhao
2023-06-08 59109a8c1d505f516d50d6b7f88cfe070bc1ca84
quartz/components/Darkmode.tsx
@@ -1,5 +1,8 @@
// @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'
import styles from './styles/darkmode.scss'
export default function Darkmode() {
  return <div class="darkmode">