Expose Lodash in style guide

This commit is contained in:
Daniel Gasienica 2018-04-12 16:21:21 -04:00
parent 8ef04cb1fd
commit a8be4f2d8d

View file

@ -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.