UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 279 B
import { Place } from "@rr0/place"; import { PkCityCode } from "../PkCityCode.js"; import { City } from "../../../../../../country/index.js"; import { pk } from "../Pk.js"; export let lieksa = new City(PkCityCode.Lieska, pk, [Place.fromDMS("63°19′05″N,030°01′30″E")]);