From 3138069d0680653fcf7ab139bec50e2528b87d74 Mon Sep 17 00:00:00 2001 From: Daven Quinn Date: Wed, 12 Jun 2024 10:12:01 -0500 Subject: [PATCH] Removed some intellij integration --- .gitignore | 9 +- .idea/workspace.xml | 125 ------------------ .../map-interface/app-state/handlers/index.ts | 3 +- 3 files changed, 8 insertions(+), 129 deletions(-) delete mode 100644 .idea/workspace.xml diff --git a/.gitignore b/.gitignore index 5fad7bdf..5f914c5a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,8 +16,13 @@ docker-compose.yaml !.yarn/sdks !.yarn/versions +# IntelliJ +.idea/workspace.xml +.idea/tasks.xml + + # For ignoring static files *.png -*.jpg +*.jpg -.vite \ No newline at end of file +.vite diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index ac62bf5b..00000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - { - "associatedIndex": 8 -} - - - - - - - - - - - - - - - - - - - - - - - - - 1718136713081 - - - - - - - - - - - - - file://$PROJECT_DIR$/src/pages/map/map-interface/app-state/reducers/types.ts - - - - file://$PROJECT_DIR$/src/pages/map/map-interface/index.ts - 46 - - - - - - \ No newline at end of file diff --git a/src/pages/map/map-interface/app-state/handlers/index.ts b/src/pages/map/map-interface/app-state/handlers/index.ts index e14e4f9e..ac7f5c58 100644 --- a/src/pages/map/map-interface/app-state/handlers/index.ts +++ b/src/pages/map/map-interface/app-state/handlers/index.ts @@ -23,8 +23,7 @@ import { currentPageForPathName, isDetailPanelRoute } from "../nav-hooks"; import { MapLayer } from "../reducers/core"; import { getInitialStateFromHash } from "../reducers/hash-string"; import { ColumnGeoJSONRecord, findColumnsForLocation } from "./columns"; -// TODO: remove this -import { buildLocationPath } from "./pathname"; +import { matchPath } from "react-router"; async function actionRunner( state: AppState,