Update AppImage

This commit is contained in:
MacRimi
2025-09-28 22:53:42 +02:00
parent 96cbc75a5e
commit e404557d62
9 changed files with 99 additions and 111 deletions

View File

@@ -2,7 +2,7 @@
import { Moon, Sun } from "lucide-react"
import { useTheme } from "next-themes"
import { Button } from "@/components/ui/button"
import { Button } from "./ui/button"
export function ThemeToggle() {
const { theme, setTheme } = useTheme()