import { Label } from "@/components/ui/label"; import { Switch } from "@/components/ui/switch"; const BasicSwitch = () => { return (
); }; export default BasicSwitch;