import { Route, Switch } from 'inferno-router'; import * as V from './views'; export const Routes = (props) => ( );