Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Bender101 committed Nov 29, 2023
1 parent 3901e1c commit 3f9a646
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/entities/Counter/model/slice/counterSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const initialState: CounterSchema = {
export const counterSlice = buildSlice({
name: "counter",
initialState,

reducers: {
add: (state, { payload }: PayloadAction<number>) => {
state.value += payload;
Expand Down

0 comments on commit 3f9a646

Please sign in to comment.