mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
Add volunteerDayWishesSet in store
This commit is contained in:
@@ -4,6 +4,7 @@ import App from "../app"
|
||||
import AsyncHome, { loadData as loadHomeData } from "../pages/Home"
|
||||
import AsyncPreRegisterPage, { loadData as loadPreRegisterPage } from "../pages/PreRegister"
|
||||
import AsyncTeams, { loadData as loadTeamsData } from "../pages/Teams"
|
||||
import AsyncDayWishes, { loadData as loadDayWishesData } from "../pages/DayWishes"
|
||||
import AsyncTeamWishes, { loadData as loadTeamWishesData } from "../pages/TeamWishes"
|
||||
import AsyncWish, { loadData as loadWishData } from "../pages/Wish"
|
||||
import AsyncVolunteerPage, { loadData as loadVolunteerPageData } from "../pages/VolunteerPage"
|
||||
@@ -44,6 +45,11 @@ export default [
|
||||
component: AsyncTeams,
|
||||
loadData: loadTeamsData,
|
||||
},
|
||||
{
|
||||
path: "/dayWishes",
|
||||
component: AsyncDayWishes,
|
||||
loadData: loadDayWishesData,
|
||||
},
|
||||
{
|
||||
path: "/teamWishes",
|
||||
component: AsyncTeamWishes,
|
||||
|
Reference in New Issue
Block a user