chore(deps) remove remaining lodash dependencies

We are fully using lodash-es now.
This commit is contained in:
Saúl Ibarra Corretgé
2024-08-15 12:20:11 +02:00
committed by Saúl Ibarra Corretgé
parent 896fc29af7
commit 80e08a112a
10 changed files with 11 additions and 11 deletions

View File

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