UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 272 B
import { sofala } from "../Sofala.js"; import { City } from "../../../../country/index.js"; import { Place } from "@rr0/place"; export const beiraCityCode = "beira"; export const beira = new City(beiraCityCode, sofala, [Place.fromDMS("19°50′00″S,34°51′00″E")]);