feat: add finalise logic
Some checks failed
Format / formatting (push) Failing after 6s
Build / build (push) Successful in 41s
CI / build (push) Failing after 12s

This commit is contained in:
Mohamed Maoulainine Maoulainine
2025-05-10 17:59:05 +02:00
parent 27adc81ddc
commit f5aba70017
4 changed files with 44 additions and 7 deletions

View File

@ -40,6 +40,12 @@ const router = createRouter({
name: "JorCproject",
component: () => import("../views/JoinOrCreatProjectForEntrep.vue"),
},
{
path: "/finalize",
name: "finalize",
component: () => import("../views/FinalizeAccount.vue"),
},
],
});