Skip to content

Commit

Permalink
Removed some intellij integration
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Jun 12, 2024
1 parent 529ac65 commit 3138069
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 129 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
.vite
125 changes: 0 additions & 125 deletions .idea/workspace.xml

This file was deleted.

3 changes: 1 addition & 2 deletions src/pages/map/map-interface/app-state/handlers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3138069

Please sign in to comment.