Update nimble-picker.js
parent
016ef7ccce
commit
9cad93d015
|
@ -10,7 +10,10 @@ import { deepMerge, measureScrollbar } from '../../utils'
|
|||
import { uncompress } from '../../utils/data'
|
||||
import { PickerPropTypes, PickerDefaultProps } from '../../utils/shared-props'
|
||||
|
||||
import { Anchors, Category, Preview, Search } from '..'
|
||||
import Anchors from '../anchors'
|
||||
import Category from '../category'
|
||||
import Preview from '../preview'
|
||||
import Search from '../search'
|
||||
|
||||
const I18N = {
|
||||
search: 'Search',
|
||||
|
|
Loading…
Reference in New Issue