diff --git a/front/MyINPulse-front/src/router/router.ts b/front/MyINPulse-front/src/router/router.ts index 6883c33..a585f8a 100644 --- a/front/MyINPulse-front/src/router/router.ts +++ b/front/MyINPulse-front/src/router/router.ts @@ -19,11 +19,11 @@ const router = createRouter({ }, // route pour les canvas (made by adnane), in fact the two vue apps are separated for now - { + /*{ path: '/canvas', name: 'canvas', component: () => import('../views/CanvasView.vue'), - }, + },*/ ], }) diff --git a/front/MyINPulse-front/src/views/AdminMain.vue b/front/MyINPulse-front/src/views/AdminMain.vue index bdbc989..0e37829 100644 --- a/front/MyINPulse-front/src/views/AdminMain.vue +++ b/front/MyINPulse-front/src/views/AdminMain.vue @@ -18,13 +18,63 @@