-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Polling Divisions -> Polling Stations
export const polling_divisions = [
{ id: 1, code: "PLD220933", name: "Kolonnawa" },
{ id: 2, code: "PLD220934", name: "Homagama" },
{ id: 3, code: "PLD220935", name: "Maharagama" },
{ id: 4, code: "PLD220936", name: "Dehiwala" },
{ id: 5, code: "PLD220937", name: "Rathmalana" },
{ id: 6, code: "PLD220938", name: "Moratuwa" }
];
export const polling_stations = [
{ id:1, code: "PLS123101", name:"St. Peter's College" },
{ id:2, code: "PLS123102", name:"Royal College" },
{ id:3, code: "PLS123103", name:"St. Thomas College" },
{ id:4, code: "PLS123104", name:"Ananda College" },
{ id:5, code: "PLS123105", name:"Isipathana College" },
{ id:6, code: "PLS123106", name:"Asoka College" },
];
Metadata
Metadata
Assignees
Labels
No labels