From c994127fd0bf7f10c03ce3bb544093709febc78f Mon Sep 17 00:00:00 2001 From: SandraBergstrom Date: Thu, 6 Jul 2023 11:04:04 +0000 Subject: [PATCH] #61 Add route to about page --- src/App.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.js b/src/App.js index 7553a03..7f2c049 100644 --- a/src/App.js +++ b/src/App.js @@ -15,6 +15,7 @@ import UsernameForm from "./pages/travelers/UsernameForm"; import UserPasswordForm from "./pages/travelers/UserPasswordForm"; import TravelerEditForm from "./pages/travelers/TravelerEditForm"; import NotFound from "./components/NotFound"; +import AboutPage from "./pages/AboutPage"; function App() { const currentUser = useCurrentUser(); @@ -54,6 +55,7 @@ function App() { /> } /> } /> + } />