import { Switch as MantineSwitch, type SwitchProps } from '@mantine/core'; export const Switch = (props: SwitchProps) => ( );