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