import * as React from 'react'; import { UIView, UISref, UISrefActive } from '@uirouter/react'; export class Home extends React.Component { render() { return (
UI-Router + React proof of concept Child {' '} {' '}

Home

); } }