Fix lint error, add lint script.

This commit is contained in:
Dan Albert
2022-03-06 21:59:44 -08:00
parent ccce801dc4
commit 6f21067ddb
2 changed files with 1 additions and 4 deletions

View File

@@ -9,10 +9,6 @@ import FrontLinesLayer from "../frontlineslayer";
import SupplyRoutesLayer from "../supplyrouteslayer";
import TgosLayer from "../tgoslayer/TgosLayer";
import { CoalitionThreatZones } from "../threatzones";
import {
ThreatZonesLayer,
ThreatZoneFilter,
} from "../threatzones/ThreatZonesLayer";
import "./LiberationMap.css";
import { Map } from "leaflet";
import { useEffect, useRef } from "react";