Skip to content

Commit d5eb78a

Browse files
Mary Hippmaryhipp
authored andcommitted
lint fix
1 parent 653de21 commit d5eb78a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

invokeai/frontend/web/src/features/ui/components/CanvasV2Announcement.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { ExternalLink, Flex, ListItem, UnorderedList } from '@invoke-ai/ui-library';
2-
import { useTranslation } from 'react-i18next';
3-
import { useAppSelector } from '../../../app/store/storeHooks';
42
import { createSelector } from '@reduxjs/toolkit';
5-
import { selectConfigSlice } from '../../system/store/configSlice';
3+
import { useAppSelector } from 'app/store/storeHooks';
4+
import { selectConfigSlice } from 'features/system/store/configSlice';
5+
import { useTranslation } from 'react-i18next';
66

77
const selectIsLocal = createSelector(selectConfigSlice, (config) => config.isLocal);
88

0 commit comments

Comments
 (0)