import { Input, Switch } from '@sd/ui'; import { Heading } from '../Layout'; import Setting from '../Setting'; export const Component = () => { return ( <>
Change
); };