Expose Lodash in style guide
This commit is contained in:
parent
8ef04cb1fd
commit
a8be4f2d8d
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
|||
import moment from 'moment';
|
||||
import qs from 'qs';
|
||||
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import {
|
||||
|
@ -8,6 +5,11 @@ import {
|
|||
sample,
|
||||
} from 'lodash';
|
||||
|
||||
import _ from 'lodash';
|
||||
import moment from 'moment';
|
||||
import qs from 'qs';
|
||||
|
||||
export { _ };
|
||||
|
||||
// Helper components used in the Style Guide, exposed at 'util' in the global scope via
|
||||
// the 'context' option in react-styleguidist.
|
||||
|
|
Loading…
Add table
Reference in a new issue