import React from 'react' import RouterView from '../routes' import './App.css' const App = () => { return ( ) } export default App