Last_Dance

This commit is contained in:
2025-06-23 15:01:20 +02:00
commit 3bbc4187f6
104 changed files with 20586 additions and 0 deletions

View File

@ -0,0 +1,6 @@
import appReducer from "./reducer.js";
import { configureStore } from "@reduxjs/toolkit";
const store = configureStore({ reducer: appReducer });
export default store;