Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 3x | export const OFFICES = [
{ id: "604-1A", text: "1A 604" },
{ id: "604-1D", text: "1D 604" },
{ id: "604-2A", text: "2A 604" },
{ id: "604-3A", text: "3A 604" },
{ id: "604-3B", text: "3B 604" },
{ id: "604-4A", text: "4A 604" },
{ id: "604-4B", text: "4B 604" },
{ id: "604-5A", text: "5A 604" },
{ id: "604-5B", text: "5B 604" },
{ id: "HPT", text: "Ho Phi Tich" },
{ id: "Home", text: "Home" },
{ id: "TL18-1", text: "1F TL18" },
{ id: "TL18-2", text: "2F TL18" },
{ id: "TL18-3", text: "3F TL18" },
];
|