We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae05cb commit c502438Copy full SHA for c502438
src/model.ts
@@ -1,7 +1,5 @@
1
import { merge, deepCopy, orderBy, textComparison } from './helpers'
2
3
-import { VTable } from 'src'
4
-
5
import SF from 'src/searchfield/model'
6
7
import I from 'src/icon/model'
@@ -10,7 +8,7 @@ import C from 'src/checkbox/model'
10
8
11
9
import F from 'src/filtered/model'
12
13
-import { Props as VProps, State as VState } from 'src'
+import { VTable, Props as VProps, State as VState } from 'src'
14
15
const listRowHeight = 50
16
const codepickerHeight = 250
0 commit comments