mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
teams filtered and sorted
This commit is contained in:
@@ -6,6 +6,7 @@ import AsyncAnnouncements, { loadData as loadAnnouncementsData } from "../pages/
|
||||
import AsyncPreRegisterPage, { loadData as loadPreRegisterPage } from "../pages/PreRegister"
|
||||
import AsyncTeams, { loadData as loadTeamsData } from "../pages/Teams"
|
||||
import AsyncBoard, { loadData as loadBoardData } from "../pages/Board"
|
||||
import AsyncVolunteers, { loadData as loadVolunteersData } from "../pages/Volunteers"
|
||||
import AsyncWish, { loadData as loadWishData } from "../pages/Wish"
|
||||
import AsyncVolunteerPage, { loadData as loadVolunteerPageData } from "../pages/VolunteerPage"
|
||||
import Login from "../pages/Login"
|
||||
@@ -60,6 +61,11 @@ export default [
|
||||
component: AsyncBoard,
|
||||
loadData: loadBoardData,
|
||||
},
|
||||
{
|
||||
path: "/benevoles",
|
||||
component: AsyncVolunteers,
|
||||
loadData: loadVolunteersData,
|
||||
},
|
||||
{
|
||||
path: "/annonces",
|
||||
component: AsyncAnnouncements,
|
||||
|
Reference in New Issue
Block a user