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