Skip to content

Commit

Permalink
address comments from review
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Dec 17, 2024
1 parent 5980e23 commit 0d99ea8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import {
import {
GeoJsonChangeHandler,
mockChangedMapGeoJson,
mockMapGeoJson,
mockPropertyTypeOptions,
mockTitleBoundaryGeoJson,
} from "./mocks/geospatialMocks";
Expand Down
2 changes: 1 addition & 1 deletion e2e/tests/ui-driven/src/mocks/geospatialMocks.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { OptionWithDataValues } from "../helpers/types";
import { Feature, Polygon, Position } from "geojson";
import { Feature, Polygon } from "geojson";

type ChangeHandlerProperties = {
label: string;
Expand Down

0 comments on commit 0d99ea8

Please sign in to comment.