added cod

This commit is contained in:
2023-04-18 15:47:09 +10:00
parent 2abf6f67af
commit 65f626f15e

View File

@@ -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",