mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Delete routes.tsx
This commit is contained in:
parent
4ad3dcd0dd
commit
91277cda6d
1 changed files with 0 additions and 8 deletions
|
|
@ -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>;
|
||||
Loading…
Reference in a new issue