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