@rr0/cms
Version:
RR0 Content Management System (CMS)
8 lines (7 loc) • 412 B
JavaScript
import { DepartmentMessages } from "../../../../../country/region/department/DepartmentMessages.js";
import { CotesDArmorCityCode } from "./CotesDArmorCityCode.js";
import { binicMessages } from "./binic/BinicMessages.js";
const cotesDArmorCityMessages = {
[CotesDArmorCityCode.Binic]: binicMessages
};
export const cotesDArmorMessages = DepartmentMessages.create("Côtes-d'Armor", cotesDArmorCityMessages);