AW-1084 Fix "An unhandled exception occurred: projects/common-map/src/fm-map/components/selected-item-temporal/selected-item-temporal.component.ts(5,70): error TS2300: Duplicate identifier 'IItem'.
FarmMaps.Develop/FarmMapsLib/develop This commit looks good Details

projects/common-map/src/fm-map/components/selected-item-temporal/selected-item-temporal.component.ts(11,10): error TS2300: Duplicate identifier 'IItem'".
feature/MinimizeSolution
Peter Bastiani 2020-03-20 11:19:30 +01:00
parent 28cfc045fb
commit af12682341
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ 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 { IItem } from 'dist/common/public-api';
@ForItemType("vnd.farmmaps.itemtype.temporal")