Skip to content

Commit 41685d0

Browse files
committed
fixed import
1 parent 304e8fc commit 41685d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/components/ModeToggle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use client";
22
import { MoonIcon, SunIcon } from "@radix-ui/react-icons";
33
import { useTheme } from "next-themes";
4-
import { Button } from "@/components/ui/button"
4+
import { Button } from "@repo/ui";
55

66
export function ModeToggle() {
77
const { theme,setTheme } = useTheme();

0 commit comments

Comments
 (0)