Skip to content

Commit 76ef0ab

Browse files
committed
Fix imports
1 parent 4015cd8 commit 76ef0ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commons/sagas/BackendSaga.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*eslint no-eval: "error"*/
22
/*eslint-env browser*/
3-
import _ from 'lodash';
3+
import { camelCase } from 'es-toolkit';
4+
import { mapKeys } from 'es-toolkit/compat';
45
import type { SagaIterator } from 'redux-saga';
56
import { all, call, fork, put, select } from 'redux-saga/effects';
67
import AcademyActions from 'src/features/academy/AcademyActions';

0 commit comments

Comments
 (0)