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