We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304e8fc commit 41685d0Copy full SHA for 41685d0
apps/web/components/ModeToggle.tsx
@@ -1,7 +1,7 @@
1
"use client";
2
import { MoonIcon, SunIcon } from "@radix-ui/react-icons";
3
import { useTheme } from "next-themes";
4
-import { Button } from "@/components/ui/button"
+import { Button } from "@repo/ui";
5
6
export function ModeToggle() {
7
const { theme,setTheme } = useTheme();
0 commit comments