mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 22:06:29 +02:00
Add teamList in store
This commit is contained in:
@@ -21,10 +21,12 @@ export type ElementWithId<ElementNoId> = { id: number } & ElementNoId
|
||||
export class SheetNames {
|
||||
JavGames = "Jeux JAV"
|
||||
|
||||
Volunteers = "Membres"
|
||||
|
||||
PreVolunteers = "PreMembres"
|
||||
|
||||
Teams = "Equipes"
|
||||
|
||||
Volunteers = "Membres"
|
||||
|
||||
Wishes = "Envies d'aider"
|
||||
}
|
||||
export const sheetNames = new SheetNames()
|
||||
|
Reference in New Issue
Block a user