Fix TypeScript issues preventing build

This commit is contained in:
Raffson 2024-05-18 21:54:43 +02:00
parent cbd90a5e36
commit 88b3264fe3
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99
2 changed files with 0 additions and 2 deletions

View File

@ -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 {

View File

@ -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";