Skip to content

Commit 3de1860

Browse files
chore(ui): lint
1 parent a716381 commit 3de1860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/modelManagerV2/hooks/useStarterBundleInstall.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import { flatMap, negate, uniqWith } from 'es-toolkit/compat';
12
import { toast } from 'features/toast/toast';
2-
import { flatMap, negate, uniqWith } from 'lodash-es';
33
import { useCallback } from 'react';
44
import { useTranslation } from 'react-i18next';
55
import { useInstallModelMutation } from 'services/api/endpoints/models';

0 commit comments

Comments
 (0)