import React from "react"; import { withRouter, Switch, Route } from "react-router"; import AppBar from "@material-ui/core/AppBar"; import CssBaseline from "@material-ui/core/CssBaseline"; import Toolbar from "@material-ui/core/Toolbar"; import Typography from "@material-ui/core/Typography"; import Bug from "./Bug"; const Home = () =>

Home

; const App = ({ location }) => ( git-bug-webui(1) ); export default withRouter(App);