From 65f626f15ed2b91e23fbd3c9e9f53c1c87eeb202 Mon Sep 17 00:00:00 2001 From: James Collins Date: Tue, 18 Apr 2023 15:47:09 +1000 Subject: [PATCH] added cod --- resources/js/router/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/js/router/index.js b/resources/js/router/index.js index 8e6cc8e..292dfdf 100644 --- a/resources/js/router/index.js +++ b/resources/js/router/index.js @@ -142,6 +142,14 @@ export const routes = [ }, component: () => import("@/views/Contact.vue"), }, + { + path: "/code-of-conduct", + name: "code-of-conduct", + meta: { + title: "Code of Conduct", + }, + component: () => import("@/views/CodeOfConduct.vue"), + }, { path: "/register", name: "register",