Skip to content

Commit 78966ea

Browse files
Remove unused removeUser export
Co-authored-by: Chris Zetter <zetter-rpf@users.noreply.github.com>
1 parent aaaf9d1 commit 78966ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/redux/WebComponentAuthSlice.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ const WebComponentAuthSlice = createSlice({
99
reducers,
1010
});
1111

12-
export const { setUser, removeUser } = WebComponentAuthSlice.actions;
12+
export const { setUser } = WebComponentAuthSlice.actions;
1313
export default WebComponentAuthSlice.reducer;

0 commit comments

Comments
 (0)