import React from 'react'; import { Switch } from '@breakaway/preact-core'; export const SwitchDisabled: React.FunctionComponent = () => (


);