From b94d0045dd1494f1e5ae52320f7a8f07706c9c68 Mon Sep 17 00:00:00 2001 From: Anastasia-front Date: Wed, 17 May 2023 17:30:14 +0300 Subject: [PATCH] Update slice.js --- src/redux/auth/slice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redux/auth/slice.js b/src/redux/auth/slice.js index 46f803f..bd31c4c 100644 --- a/src/redux/auth/slice.js +++ b/src/redux/auth/slice.js @@ -77,6 +77,6 @@ const authSlice = createSlice({ }, }, }); -export const { clearError } = authSlice.actions; +// export const { clearError } = authSlice.actions; export const authReducer = authSlice.reducer;