UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 350 B
import { Place } from "@rr0/place"; import { ScottsBluffCityCode } from "../ScottsBluffCityCode.js"; import { usaCity } from "../../../UsaCity.js"; import { scottsbluffCounty } from "../ScottsbluffCounty.js"; export let scottsbluffCity = usaCity(ScottsBluffCityCode.Scottsbluff, scottsbluffCounty, Place.fromDMS("41°52′02″N,103°39′39″O"));