explicitly import lodash so we can use _ functions
This commit is contained in:
parent
ecc02915d6
commit
dbc997cc85
@ -2,6 +2,7 @@ import React, { Component } from 'react';
|
||||
import browser from 'browser-detect';
|
||||
import { Meteor } from 'meteor/meteor';
|
||||
import PropTypes from 'prop-types';
|
||||
import _ from 'lodash';
|
||||
import cx from 'classnames';
|
||||
import { defineMessages, injectIntl, intlShape } from 'react-intl';
|
||||
import Dropdown from '/imports/ui/components/dropdown/component';
|
||||
|
Loading…
Reference in New Issue
Block a user