aboutsummaryrefslogtreecommitdiff
path: root/src/store.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/store.ts')
-rw-r--r--src/store.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/store.ts b/src/store.ts
index c4844b5..7ff1bfc 100644
--- a/src/store.ts
+++ b/src/store.ts
@@ -9,6 +9,7 @@ import walletReducers from "@/models/walletSlice.ts"
import upkQuestionReducers from "@/models/upkQuestionSlice"
import userUpkAnswerReducers from "@/models/userUpkAnswerSlice.ts"
import userMarketplaceReducers from "@/models/userMarketplaceAnswerSlice.ts"
+import userProfileReducers from "@/models/userProfileSlice.ts"
export const store = configureStore({
reducer: {
@@ -21,6 +22,7 @@ export const store = configureStore({
questions: questionReducers,
upkQuestions: upkQuestionReducers,
+ userProfile: userProfileReducers,
userUpkAnswers: userUpkAnswerReducers,
userMarketplaceAnswers: userMarketplaceReducers,