Make the build not fail

This commit is contained in:
phntxx 2022-04-10 21:31:40 +02:00
parent 765ab6d643
commit 3131110b4c
9 changed files with 214 additions and 434 deletions

View file

@ -40,7 +40,7 @@ const App = () => {
} = useFetch();
const theme = getTheme();
let isDark = useMediaQuery("(prefers-color-scheme: dark)");
const isDark = useMediaQuery("(prefers-color-scheme: dark)");
setScheme(isDark ? "dark-theme" : "light-theme");
return (