mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
Add Ask Discord
This commit is contained in:
@@ -8,7 +8,6 @@ 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"
|
||||
import Forgot from "../pages/Forgot"
|
||||
import NotFound from "../pages/NotFound"
|
||||
@@ -33,11 +32,6 @@ export default [
|
||||
component: AsyncRegisterPage,
|
||||
loadData: loadRegisterPage,
|
||||
},
|
||||
{
|
||||
path: "/VolunteerPage/:id",
|
||||
component: AsyncVolunteerPage,
|
||||
loadData: loadVolunteerPageData,
|
||||
},
|
||||
{
|
||||
path: "/login",
|
||||
component: Login,
|
||||
|
Reference in New Issue
Block a user