diff --git a/front/MyINPulse-front/src/components/canvas/Header.vue b/front/MyINPulse-front/src/components/canvas/HeaderCanvas.vue similarity index 93% rename from front/MyINPulse-front/src/components/canvas/Header.vue rename to front/MyINPulse-front/src/components/canvas/HeaderCanvas.vue index e860400..1063412 100644 --- a/front/MyINPulse-front/src/components/canvas/Header.vue +++ b/front/MyINPulse-front/src/components/canvas/HeaderCanvas.vue @@ -1,6 +1,6 @@ + + + + \ No newline at end of file diff --git a/front/MyINPulse-front/src/router/index.ts b/front/MyINPulse-front/src/router/index.ts new file mode 100644 index 0000000..e69de29 diff --git a/front/MyINPulse-front/src/router/router.ts b/front/MyINPulse-front/src/router/router.ts index 16f4939..d5dd6fd 100644 --- a/front/MyINPulse-front/src/router/router.ts +++ b/front/MyINPulse-front/src/router/router.ts @@ -12,7 +12,7 @@ const router = createRouter({ component: () => import('../views/test.vue'), }, - // route pour les canvas (made by adnane), in fact the two vue apps are separated for now + // route pour les canvas { path: '/canvas', name: 'canvas', diff --git a/front/MyINPulse-front/src/views/CanvasView.vue b/front/MyINPulse-front/src/views/CanvasView.vue index d87bd29..9da9aff 100644 --- a/front/MyINPulse-front/src/views/CanvasView.vue +++ b/front/MyINPulse-front/src/views/CanvasView.vue @@ -1,12 +1,12 @@ - - - - \ No newline at end of file +
+ +

Page Canvas

+ +
+ + +