UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 348 B
import { Place } from "@rr0/place"; import { Department } from "../../../../country/region/department/Department.js"; import { virginia } from "../Virginia.js"; import { VirginiaCountyCode } from "../VirginiaCountyCode.js"; export const arlington = Department.create(VirginiaCountyCode.arlington, virginia, Place.fromDMS("38°02′N,81°05′W"));