import { sarthe } from "./72/Sarthe.js";
import { maineEtLoire } from "./49/MaineEtLoire.js";
import { loireAtlantique } from "./44/LoireAtlantique.js";
import { mayenne } from "./53/Mayenne.js";
export const paysDeLoireDepartments = [
loireAtlantique,
maineEtLoire,
mayenne,
sarthe
];