alan
6 years ago
40 changed files with 5 additions and 5 deletions
@ -1,4 +1,4 @@
|
||||
import {WidgetType, Icon, BubbleCombo, TextBubblePopupBarView, IconButton} from '@ui/index'; |
||||
import {WidgetType, Icon, BubbleCombo, TextBubblePopupBarView, IconButton} from '@ui'; |
||||
import Model from '../../link_set.model'; |
||||
import {ACTION_DELETE} from '@private/constants'; |
||||
|
@ -1,7 +1,7 @@
|
||||
import {WidgetType, ListView} from '@ui'; |
||||
import Model from '../link_set.model'; |
||||
import {LinkType} from '@ui/type'; |
||||
import LeftItem from './left_item/left_item'; |
||||
import LeftItem from './item/left_item'; |
||||
|
||||
const className = 'dec.dcm.component.linkset.left'; |
||||
let leftContent: any = null; |
Loading…
Reference in new issue