Skip to content

Commit c502438

Browse files
fix:
1 parent 3ae05cb commit c502438

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/model.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { merge, deepCopy, orderBy, textComparison } from './helpers'
22

3-
import { VTable } from 'src'
4-
53
import SF from 'src/searchfield/model'
64

75
import I from 'src/icon/model'
@@ -10,7 +8,7 @@ import C from 'src/checkbox/model'
108

119
import F from 'src/filtered/model'
1210

13-
import { Props as VProps, State as VState } from 'src'
11+
import { VTable, Props as VProps, State as VState } from 'src'
1412

1513
const listRowHeight = 50
1614
const codepickerHeight = 250

0 commit comments

Comments
 (0)