Skip to content

Commit

Permalink
Update slice.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasia-front committed May 17, 2023
1 parent 33574e7 commit b94d004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/auth/slice.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ const authSlice = createSlice({
},
},
});
export const { clearError } = authSlice.actions;
// export const { clearError } = authSlice.actions;

export const authReducer = authSlice.reducer;

0 comments on commit b94d004

Please sign in to comment.