Expose Lodash in style guide

pull/1/head
Daniel Gasienica 7 years ago
parent 8ef04cb1fd
commit a8be4f2d8d

@ -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…
Cancel
Save