UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 336 B
import { Place } from "@rr0/place"; import { SommeCityCode } from "../SommeCityCode.js"; import { somme } from "../Somme.js"; import { City } from "../../../../../../country/region/department/city/City.js"; export const bernaville = City.create(String(SommeCityCode.Bernaville), somme, Place.fromDMS("50°07′56″N,2°09′52″E"));