ebanutsya
This commit is contained in:
@@ -4,6 +4,7 @@ import authReducer from 'features/auth/authSlice';
|
||||
import interfaceReducer from 'features/interface/interfaceSlice';
|
||||
import scanModalReducer from 'features/scanModal/scanModalSlice';
|
||||
import loadingModalReducer from 'features/loadingModal/loadingModalSlice';
|
||||
import imageZoomModalReducer from 'features/imageZoomModal/loadingModalSlice';
|
||||
import assemblyReducer from 'features/assembly/assemblySlice';
|
||||
import printingReducer from 'features/printing/printingSlice';
|
||||
import reprintModalReducer from 'features/reprintModal/reprintModalSlice';
|
||||
@@ -17,7 +18,8 @@ export const store = configureStore({
|
||||
loadingModal: loadingModalReducer,
|
||||
assembly: assemblyReducer,
|
||||
printing: printingReducer,
|
||||
reprintModal: reprintModalReducer
|
||||
reprintModal: reprintModalReducer,
|
||||
imageZoomModal: imageZoomModalReducer
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user