@rr0/cms
Version:
RR0 Content Management System (CMS)
7 lines (6 loc) • 305 B
JavaScript
import { UintahCityCode } from "./UintahCityCode.js";
import { DepartmentMessages } from "../../../../country/index.js";
import { skinwalker_en } from "./skinwalker/Skinwalker_en.js";
export const uintah_en = DepartmentMessages.create("Uintah County", {
[UintahCityCode.Skinwalker]: skinwalker_en
});