File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 11// components
2- import DownshiftTypeahead from './components/DownshiftTypeahead/'
2+ export { default as DownshiftTypeahead } from './components/DownshiftTypeahead/'
33
44// utils
5- import parseStateFromUrl from './utils/parseStateFromUrl'
6- import updateQueryString from './utils/updateQueryString'
7- import updateQueryStringBatch from './utils/updateQueryStringBatch'
8-
9- // export the library
10- export default {
11- DownshiftTypeahead,
12- parseStateFromUrl,
13- updateQueryString,
14- updateQueryStringBatch
15- }
5+ export { default as parseStateFromUrl } from './utils/parseStateFromUrl'
6+ export { default as updateQueryString } from './utils/updateQueryString'
7+ export {
8+ default as updateQueryStringBatch
9+ } from './utils/updateQueryStringBatch'
You can’t perform that action at this time.
0 commit comments