diff --git a/src/components/landing/layout/index.tsx b/src/components/landing/layout/index.tsx index 716c90133..fb0eebb51 100644 --- a/src/components/landing/layout/index.tsx +++ b/src/components/landing/layout/index.tsx @@ -1,5 +1,5 @@ import React from "react"; -import {Route, Switch} from "react-router-dom"; +import {Redirect, Route, Switch} from "react-router-dom"; import {History} from "../pages/history/history"; import {Intro} from "../pages/intro/intro"; import {Container} from "react-bootstrap"; @@ -21,6 +21,9 @@ export const Landing: React.FC = () => { + + +