mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix TypeScript issues preventing build
This commit is contained in:
parent
cbd90a5e36
commit
88b3264fe3
@ -1,7 +1,6 @@
|
|||||||
import { RootState } from "../app/store";
|
import { RootState } from "../app/store";
|
||||||
import { gameLoaded, gameUnloaded } from "./actions";
|
import { gameLoaded, gameUnloaded } from "./actions";
|
||||||
import { createSlice } from "@reduxjs/toolkit";
|
import { createSlice } from "@reduxjs/toolkit";
|
||||||
import { LatLngLiteral } from "leaflet";
|
|
||||||
import { MapZones } from "./_liberationApi";
|
import { MapZones } from "./_liberationApi";
|
||||||
|
|
||||||
interface MapZonesState {
|
interface MapZonesState {
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
import { useGetTerrainZonesQuery } from "../../api/liberationApi";
|
|
||||||
import { useAppSelector } from "../../app/hooks";
|
import { useAppSelector } from "../../app/hooks";
|
||||||
import { LatLngLiteral } from "leaflet";
|
import { LatLngLiteral } from "leaflet";
|
||||||
import { LayerGroup, LayersControl, Polygon } from "react-leaflet";
|
import { LayerGroup, LayersControl, Polygon } from "react-leaflet";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user