Skip to content

Commit 9b9c9cd

Browse files
committed
Add action types
1 parent 5db321a commit 9b9c9cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export const INCREMENT_COUNTER = 'INCREMENT_COUNTER'
2+
export const DECREMENT_COUNTER = 'DECREMENT_COUNTER'

0 commit comments

Comments
 (0)