diff --git a/src/store/authSlice.js b/src/store/authSlice.js index f5628cb..24b02d0 100644 --- a/src/store/authSlice.js +++ b/src/store/authSlice.js @@ -11,10 +11,10 @@ import { createSlice } from "@reduxjs/toolkit"; error: "" }, reducers: { - + //user data }, extraReducers: { - + // user extraReducer }, });