Delete routes.tsx

This commit is contained in:
Collin M. Barrett 2018-09-15 01:48:04 +00:00 committed by GitHub
parent 30ea652b5b
commit 347b74f182
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +0,0 @@
import * as React from "react";
import { Layout } from "./Layout";
import { Route } from "react-router-dom";
import { Home } from "./modules";
export const Routes = <Layout>
<Route exact path="/" component={ Home }/>
</Layout>;