UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 369 B
import { Place } from "@rr0/place"; import { NebraskaCountyCode } from "../NebraskaCountyCode.js"; import { Department } from "../../../../country/region/department/Department.js"; import { nebraska } from "../Nebraska.js"; export const scottsbluffCounty = Department.create(NebraskaCountyCode.Scottsbluff, nebraska, Place.fromDMS("41°51′00″N,103°42′36″W"));