import React from 'react' import { Router, Link } from 'react-static' // tslint:disable-next-line:no-implicit-dependencies import Routes from 'react-static-routes' import './app.css' const App = () => (
) export default App