Files
aystone-manager/app/maps/page.tsx
T

9 lines
182 B
TypeScript
Raw Normal View History

2025-07-29 05:15:33 +02:00
import MapsClient from "@/components/MapsClient";
export const metadata = {
title: "Carte dynamique | Aystone",
};
export default function MapsPage() {
return <MapsClient />;
}