diff --git a/src/App.js b/src/App.js index 2a323ff..be989b1 100644 --- a/src/App.js +++ b/src/App.js @@ -3,6 +3,7 @@ import NavBar from './components/NavBar'; import Container from 'react-bootstrap/Container'; import { Route, Switch } from 'react-router-dom'; import './api/axiosDefaults' +import SignUpForm from './pages/auth/SignUpForm'; function App() { @@ -13,7 +14,7 @@ function App() {

Home Page

} />

Login!

} /> -

Sign up!

} /> + } />

Page not found!

} />