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() { /> } /> } /> + } />