From a8be4f2d8d61b53b864e418490a5fc58010d7244 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Thu, 12 Apr 2018 16:21:21 -0400 Subject: [PATCH] Expose Lodash in style guide --- ts/styleguide/StyleGuideUtil.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ts/styleguide/StyleGuideUtil.ts b/ts/styleguide/StyleGuideUtil.ts index 0d61d39fe..b19483157 100644 --- a/ts/styleguide/StyleGuideUtil.ts +++ b/ts/styleguide/StyleGuideUtil.ts @@ -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.