import React from 'react'; import { HashRouter } from 'react-router-dom'; import App from './App'; const Root = () => ( ); export default Root;