Skip to content

Commit

Permalink
Linting FTW
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Nov 21, 2024
1 parent 6970757 commit ade3622
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nr-app/src/redux/slices/map.slice.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit ade3622

Please sign in to comment.