Fix missing lodash
This commit is contained in:
parent
7b4f6e2231
commit
a7534fa2e5
@ -2,6 +2,7 @@ import React, { useEffect, useContext, useState } from 'react';
|
||||
import { defineMessages, injectIntl } from 'react-intl';
|
||||
import { withTracker } from 'meteor/react-meteor-data';
|
||||
import { Session } from 'meteor/session';
|
||||
import _ from 'lodash';
|
||||
import Auth from '/imports/ui/services/auth';
|
||||
import Storage from '/imports/ui/services/storage/session';
|
||||
import { meetingIsBreakout } from '/imports/ui/components/app/service';
|
||||
|
Loading…
Reference in New Issue
Block a user