From 52a72b042cb5d528f8333786d11dbd4f493f7daf Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Tue, 17 Aug 2021 19:41:20 +0200 Subject: [PATCH] Fix build --- projects/common-map/src/fm-map/actions/map.actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/common-map/src/fm-map/actions/map.actions.ts b/projects/common-map/src/fm-map/actions/map.actions.ts index 018b6d9..ec89de0 100644 --- a/projects/common-map/src/fm-map/actions/map.actions.ts +++ b/projects/common-map/src/fm-map/actions/map.actions.ts @@ -6,7 +6,7 @@ import { ILayervalue } from '../models/layer.value'; import { IQueryState } from '@farmmaps/common'; import { IItem } from '@farmmaps/common'; import { Feature,Style } from 'ol'; -import { IPeriodState } from 'common-map/public-api'; +import { IPeriodState } from '../models/period.state'; export const SETSTATE = '[Map] SetState'; export const SETMAPSTATE = '[Map] MapState';