import MapsClient from "@/components/MapsClient";
export const metadata = {
title: "Carte dynamique | Aystone",
};
export default function MapsPage() {
return <MapsClient />;
}