Hide work in progress from branches

This commit is contained in:
pikiou
2022-02-15 17:28:40 +01:00
parent 52cd216b0f
commit 4b2a68174b
6 changed files with 15 additions and 7 deletions

View File

@@ -28,6 +28,11 @@ export default [
component: AsyncPreRegisterPage,
loadData: loadPreRegisterPage,
},
{
path: "/sinscrire",
component: AsyncPreRegisterPage,
loadData: loadPreRegisterPage,
},
{
path: "/VolunteerPage/:id",
component: AsyncVolunteerPage,