import Heading from "@/components/ui/heading"; import { Label } from "@/components/ui/label"; import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectTrigger, SelectValue, } from "@/components/ui/select"; import { Switch } from "@/components/ui/switch"; function Settings() { return ( <> Settings
{}} />
); } export default Settings;