diff --git a/src/App.js b/src/App.js index 4e41f3d..adb2fe1 100644 --- a/src/App.js +++ b/src/App.js @@ -3,7 +3,8 @@ import "./App.css"; import { BrowserRouter as Router, Switch, - Route + Route, + Redirect } from "react-router-dom"; import Home from "./pages/Home"; @@ -14,7 +15,7 @@ function App() { -
Main Page
+