completed Rescuetrack

This commit is contained in:
PxlLoewe
2025-06-01 16:33:43 -07:00
parent 81f8ffdd0a
commit 21eebd1f5b
12 changed files with 65 additions and 133 deletions

View File

@@ -9,7 +9,7 @@ const Map = dynamic(() => import("../_components/map/Map"), {
const Page = () => {
return (
<>
<Map />;
<Map />
<ConnectedDispatcher />
</>
);