File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
invokeai/frontend/web/src/app/components Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1+ import { store } from 'app/store/store' ;
12import React , {
23 lazy ,
34 memo ,
@@ -6,18 +7,17 @@ import React, {
67 useEffect ,
78} from 'react' ;
89import { Provider } from 'react-redux' ;
9- import { store } from 'app/store/store' ;
1010
11- import Loading from '../../common/components/Loading/Loading' ;
12- import { addMiddleware , resetMiddlewares } from 'redux-dynamic-middlewares' ;
1311import { PartialAppConfig } from 'app/types/invokeai' ;
12+ import { addMiddleware , resetMiddlewares } from 'redux-dynamic-middlewares' ;
13+ import Loading from '../../common/components/Loading/Loading' ;
1414
15- import '../../i18n' ;
16- import { socketMiddleware } from 'services/events/middleware' ;
1715import { Middleware } from '@reduxjs/toolkit' ;
18- import ImageDndContext from './ImageDnd/ImageDndContext' ;
19- import { AddImageToBoardContextProvider } from '../contexts/AddImageToBoardContext' ;
2016import { $authToken , $baseUrl } from 'services/api/client' ;
17+ import { socketMiddleware } from 'services/events/middleware' ;
18+ import '../../i18n' ;
19+ import { AddImageToBoardContextProvider } from '../contexts/AddImageToBoardContext' ;
20+ import ImageDndContext from './ImageDnd/ImageDndContext' ;
2121
2222const App = lazy ( ( ) => import ( './App' ) ) ;
2323const ThemeLocaleProvider = lazy ( ( ) => import ( './ThemeLocaleProvider' ) ) ;
@@ -37,7 +37,6 @@ const InvokeAIUI = ({
3737 config,
3838 headerComponent,
3939 middleware,
40- projectId,
4140} : Props ) => {
4241 useEffect ( ( ) => {
4342 // configure API client token
You can’t perform that action at this time.
0 commit comments