Files

9 lines
182 B
TypeScript
Raw Permalink Normal View History

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