fix: use lodash-es in the client (#41931)

This commit is contained in:
Oliver Eyton-Williams
2021-04-28 23:11:20 +02:00
committed by GitHub
parent db369fbed1
commit 9be2fb9a10
37 changed files with 95 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
import { toSortedArray } from '../../../../../utils/sort-files';
import { isEmpty } from 'lodash';
import { isEmpty } from 'lodash-es';
export function getTargetEditor(challengeFiles) {
if (isEmpty(challengeFiles)) return null;