fix: correct npm package name to leaflet.gridlayer.googlemutant

This commit is contained in:
Logan
2026-05-25 13:44:31 -04:00
parent 6a9fe5d26f
commit 96bba45ffa
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import {
} from "react-leaflet";
import { createLayerComponent } from "@react-leaflet/core";
import L from "leaflet";
import "leaflet-google-mutant";
import "leaflet.gridlayer.googlemutant";
import type { CallRecord, IncidentRecord, NodeRecord } from "@/lib/types";
// ── Leaflet icon fix ──────────────────────────────────────────────────────────