import { Separator } from "@/components/ui/separator" import { AppearanceForm } from "@/app/configuration/appearance/appearance-form" export default function SettingsAppearancePage() { return (

Appearance

Customize the appearance of the app. Automatically switch between day and night themes.

) }