Skip to content
Snippets Groups Projects
Commit 2343c6aa authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

feat: removed footer on orientation and admin pages

parent 23e9de54
No related branches found
No related tags found
4 merge requests!418V2.1.0,!400V2.0,!334Feat/us217 remove footer,!230V2.0
......@@ -46,7 +46,6 @@ const routes: Routes = [
path: '',
component: OrientationFormComponent,
},
footerOutletRoute,
],
},
{
......@@ -236,7 +235,6 @@ const routes: Routes = [
canActivate: [AdminGuard],
loadChildren: () => import('./admin/admin.module').then((m) => m.AdminModule),
},
footerOutletRoute,
],
},
{
......
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