"use client"; import { Button } from "@/components/ui/button"; import { useTheme } from "next-themes"; export default function Page() { const { setTheme } = useTheme(); return (
Customize the appearance of the app. Automatically switch between day and night themes.