Skip to content
Snippets Groups Projects
Verified Commit af252209 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Home route.

parent 33990325
No related branches found
No related tags found
2 merge requests!56Refined auth flow and new website pages.,!44New route type (RestrictedRoute) and better api calls.
......@@ -5,6 +5,7 @@
*/
export enum AuthRoutes {
dashboard = '/dashboard',
home = '/home',
profile = '/profile',
reservation = '/reservation',
choseRole = '/choseRole',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment