mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 22:06:29 +02:00
Change menu into tabs, change push notif into temporary question
This commit is contained in:
@@ -42,15 +42,28 @@ export default [
|
||||
path: "/login",
|
||||
component: Login,
|
||||
},
|
||||
{
|
||||
path: "/sidentifier",
|
||||
component: Login,
|
||||
},
|
||||
{
|
||||
path: "/forgot",
|
||||
component: Forgot,
|
||||
},
|
||||
{
|
||||
path: "/oubli",
|
||||
component: Forgot,
|
||||
},
|
||||
{
|
||||
path: "/equipes",
|
||||
component: AsyncTeams,
|
||||
loadData: loadTeamsData,
|
||||
},
|
||||
{
|
||||
path: "/teams",
|
||||
component: AsyncTeams,
|
||||
loadData: loadTeamsData,
|
||||
},
|
||||
{
|
||||
path: "/wish",
|
||||
component: AsyncWish,
|
||||
|
Reference in New Issue
Block a user