From ade3622a0787322afd114a20e45c59f999609c5f Mon Sep 17 00:00:00 2001 From: Callum Macdonald Date: Thu, 21 Nov 2024 16:27:35 +0000 Subject: [PATCH] Linting FTW --- nr-app/src/redux/slices/map.slice.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nr-app/src/redux/slices/map.slice.ts b/nr-app/src/redux/slices/map.slice.ts index 4b7fc25..04457b5 100644 --- a/nr-app/src/redux/slices/map.slice.ts +++ b/nr-app/src/redux/slices/map.slice.ts @@ -1,7 +1,6 @@ +import { MAP_LAYER_KEY } from "@/common/constants"; import { createSlice, PayloadAction } from "@reduxjs/toolkit"; import { setVisiblePlusCodes } from "../actions/map.actions"; -import { RootState } from "../store"; -import { MAP_LAYER_KEY } from "@/common/constants"; interface MapState { mapSubscriptionIsUpdating: boolean;