@rr0/cms
Version:
RR0 Content Management System (CMS)
19 lines (18 loc) • 607 B
JavaScript
import { provency } from "./Provency/Provency.js";
import { avallon } from "./Avallon/Avallon.js";
import { flognyLaChapelle } from "./FlognyLaChapelle/FlognyLaChapelle.js";
import { villy89 } from "./Villy/Villy.js";
import { saintMore89 } from "./SaintMore/SaintMore.js";
import { vermenton89 } from "./Vermenton/Vermenton.js";
import { precyLeSec } from "./PrecyLeSec/PrecyLeSec.js";
import { jouxLaVille } from "./JouxLaVille/JouxLaVille.js";
export const yonneCities = [
avallon,
flognyLaChapelle,
jouxLaVille,
precyLeSec,
provency,
saintMore89,
vermenton89,
villy89
];