mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove unused vars
This commit is contained in:
parent
634e5652ef
commit
13919ff300
@ -1,4 +1,4 @@
|
|||||||
import { Flex, Heading, Skeleton, Text } from '@chakra-ui/react';
|
import { Flex, Heading } from '@chakra-ui/react';
|
||||||
import { createSelector } from '@reduxjs/toolkit';
|
import { createSelector } from '@reduxjs/toolkit';
|
||||||
import { stateSelector } from 'app/store/store';
|
import { stateSelector } from 'app/store/store';
|
||||||
import { useAppDispatch, useAppSelector } from 'app/store/storeHooks';
|
import { useAppDispatch, useAppSelector } from 'app/store/storeHooks';
|
||||||
|
Loading…
Reference in New Issue
Block a user