A block to customize appearance and interface.
Loading preview...
import AppearanceSettings from "@/components/ui/appearance-settings"; export default function DemoOne() { return <AppearanceSettings />; }