mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Reorganize React project structure.
Whatever I was doing was getting out of control :)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import { Action, ThunkAction, configureStore } from "@reduxjs/toolkit";
|
||||
|
||||
import atoReducer from "../game/ato/atoSlice";
|
||||
import theaterReducer from "../game/theater/theaterSlice";
|
||||
import controlPointsReducer from "../api/controlPointsSlice";
|
||||
import flightsReducer from "../api/flightsSlice";
|
||||
|
||||
export const store = configureStore({
|
||||
reducer: {
|
||||
atos: atoReducer,
|
||||
theater: theaterReducer,
|
||||
flights: flightsReducer,
|
||||
controlPoints: controlPointsReducer,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user