We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db321a commit 9b9c9cdCopy full SHA for 9b9c9cd
src/features/counter/actionTypes.ts
@@ -0,0 +1,2 @@
1
+export const INCREMENT_COUNTER = 'INCREMENT_COUNTER'
2
+export const DECREMENT_COUNTER = 'DECREMENT_COUNTER'
0 commit comments