We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4015cd8 commit 76ef0abCopy full SHA for 76ef0ab
src/commons/sagas/BackendSaga.ts
@@ -1,6 +1,7 @@
1
/*eslint no-eval: "error"*/
2
/*eslint-env browser*/
3
-import _ from 'lodash';
+import { camelCase } from 'es-toolkit';
4
+import { mapKeys } from 'es-toolkit/compat';
5
import type { SagaIterator } from 'redux-saga';
6
import { all, call, fork, put, select } from 'redux-saga/effects';
7
import AcademyActions from 'src/features/academy/AcademyActions';
0 commit comments