Fix build
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Willem Dantuma 2021-01-29 11:33:22 +01:00
parent 321d34870e
commit 516d63a59e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import { ForItemType } from '../for-item/for-itemtype.decorator';
import { AbstractSelectedItemComponent } from '../selected-item/selected-item.component';
import { ITemporalItemLayer} from '../../models/item.layer';
import * as mapActions from '../../actions/map.actions';
import { IItemLayer } from 'common-map/public-api';
import { IItemLayer } from '../../models/item.layer';
@ForItemType("vnd.farmmaps.itemtype.temporal")