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 React from 'react';
|
||||||
import ReactDOM from 'react-dom';
|
import ReactDOM from 'react-dom';
|
||||||
import {
|
import {
|
||||||
|
@ -8,6 +5,11 @@ import {
|
||||||
sample,
|
sample,
|
||||||
} from 'lodash';
|
} 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
|
// Helper components used in the Style Guide, exposed at 'util' in the global scope via
|
||||||
// the 'context' option in react-styleguidist.
|
// the 'context' option in react-styleguidist.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue