diff --git a/src/FilterLists.Web/ClientApp/Routes.tsx b/src/FilterLists.Web/ClientApp/Routes.tsx index 4e94675c1..fcb6a93a0 100644 --- a/src/FilterLists.Web/ClientApp/Routes.tsx +++ b/src/FilterLists.Web/ClientApp/Routes.tsx @@ -1,8 +1,13 @@ import * as React from "react"; import { Layout } from "./Layout"; -import { Route } from "react-router-dom"; +import { Route, Redirect, Switch } from "react-router-dom"; import { Home } from "./modules"; export const Routes = - + + + + + + ; \ No newline at end of file