Skip to content

Commit aaaf9d1

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

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
@@ -3,7 +3,7 @@ import { reducers } from "./reducers/webComponentAuthReducers";
33

44
export const authInitialState = {};
55

6-
export const WebComponentAuthSlice = createSlice({
6+
const WebComponentAuthSlice = createSlice({
77
name: "auth",
88
initialState: authInitialState,
99
reducers,

0 commit comments

Comments
 (0)