Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Fix unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
horenso committed Mar 10, 2024
1 parent 17d98c2 commit 5221457
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/features/map_planning/store/MapStoreTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
import { FrontendOnlyLayerType } from '@/features/map_planning/layers/_frontend_only';
import { PolygonGeometry } from '@/features/map_planning/types/PolygonTypes';
import { convertToDateString } from '../utils/date-utils';
import { TransformerStore } from './transformer/TransformerStore';

import Vector2d = Konva.Vector2d;

Expand Down

0 comments on commit 5221457

Please sign in to comment.