diff --git a/src/App.tsx b/src/App.tsx index 581006e..865f952 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,10 +1,32 @@ -import { Route, Switch } from 'react-router-dom'; +import { Redirect, Route, Switch } from 'react-router-dom'; +import { + AdditionalInfo, + ForgotPassword, + Login, + RecoverAccount, + Signup, +} from './pages'; const App = () => { return ( -
+ + + + + + + + + + + + + + + + );