This commit is contained in:
2022-02-28 19:43:15 +08:00
parent c5868a8ebf
commit 5d479d322b
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { configureStore } from "@reduxjs/toolkit";
export default configureStore({
reducer: {
user: (state) => {},
},
});