diff --git a/pages/debug.tsx b/pages/debug.tsx index e86557b..98ba4e4 100644 --- a/pages/debug.tsx +++ b/pages/debug.tsx @@ -1,4 +1,3 @@ -import { useTheme } from 'next-themes' import dynamic from 'next/dynamic' import { useFormik } from 'formik' @@ -30,7 +29,6 @@ https://github.com/koreanbots }, onSubmit: ()=>{ alert('Pong') } }) - const { theme, systemTheme } = useTheme() return

개발자모드

정보들

@@ -52,7 +50,7 @@ https://github.com/koreanbots {checkBrowser()}

User-Agent

{navigator.userAgent}
-

Darkmode

+ {/*

Darkmode

@@ -68,7 +66,7 @@ https://github.com/koreanbots -
{systemTheme}
+ */}