UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 350 B
import { NewSouthWalesCityCode } from "../NewSouthWalesCityCode.js"; import { Place } from "@rr0/place"; import { newSouthWales } from "../NewSouthWales.js"; import { City } from "../../../../country/region/department/city/City.js"; export const dunmore = new City(NewSouthWalesCityCode.Dunmore, newSouthWales, [Place.fromLocation(-34.62, 150.83)]);