"use client"; import MapComponent from "@app/OlMap/MapComponent"; import MapToolbar from "@app/OlMap/Controls/Toolbar"; import ZonePropsPanel from "@components/olmap/ZonePropsPanel"; export default function Home() { return (
{/* */}
); }