explicitly import lodash so we can use _ functions

This commit is contained in:
Anton Georgiev 2020-02-26 10:43:24 -05:00
parent ecc02915d6
commit dbc997cc85

View File

@ -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';