diff --git a/src/pages/map/index.tsx b/src/pages/map/index.tsx index 1f33294b..483cdd3a 100644 --- a/src/pages/map/index.tsx +++ b/src/pages/map/index.tsx @@ -6,7 +6,7 @@ import Section from '../../components/Utils/Section'; const LeafletMap = dynamic(() => import('../../components/Map/Map'), { ssr: false }); const Map: NextPage = () => ( -
+
);