mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 05:05:21 -05:00
lint fix
This commit is contained in:
committed by
Mary Hipp Rogers
parent
653de21bb1
commit
d5eb78a73e
@@ -1,8 +1,8 @@
|
||||
import { ExternalLink, Flex, ListItem, UnorderedList } from '@invoke-ai/ui-library';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { useAppSelector } from '../../../app/store/storeHooks';
|
||||
import { createSelector } from '@reduxjs/toolkit';
|
||||
import { selectConfigSlice } from '../../system/store/configSlice';
|
||||
import { useAppSelector } from 'app/store/storeHooks';
|
||||
import { selectConfigSlice } from 'features/system/store/configSlice';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
const selectIsLocal = createSelector(selectConfigSlice, (config) => config.isLocal);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user