UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

5 lines (4 loc) 243 B
import { Place, PlaceLocation } from "@rr0/place"; import { UsaStates } from "../UsaStates.js"; import { usaRegion } from "../../Usa.js"; export const virginia = usaRegion(UsaStates.va, new Place([PlaceLocation.fromDMS("38°0'N, 79°0'W")]));