We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4924cb7 commit db9f312Copy full SHA for db9f312
app/[docs_id]/themeToggle.tsx
@@ -1,6 +1,5 @@
1
"use client";
2
-import { useState, useEffect, use} from "react";
3
-import { set } from "zod";
+import { useState, useEffect} from "react";
4
5
export function useChangeTheme(){
6
const [theme, setTheme] = useState("tomorrow");
0 commit comments