mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
chore(deps) remove remaining lodash dependencies
We are fully using lodash-es now.
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
896fc29af7
commit
80e08a112a
@@ -1,6 +1,6 @@
|
||||
/* eslint-disable lines-around-comment */
|
||||
|
||||
import debounce from 'lodash/debounce';
|
||||
import { debounce } from 'lodash-es';
|
||||
import { NativeEventEmitter, NativeModules } from 'react-native';
|
||||
import { AnyAction } from 'redux';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user