Last_Dance
This commit is contained in:
6
ubung4_zahlen_PC/lab07/src/store.js
Normal file
6
ubung4_zahlen_PC/lab07/src/store.js
Normal file
@ -0,0 +1,6 @@
|
||||
import appReducer from "./reducer.js";
|
||||
import { configureStore } from "@reduxjs/toolkit";
|
||||
|
||||
const store = configureStore({ reducer: appReducer });
|
||||
|
||||
export default store;
|
Reference in New Issue
Block a user