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 270ef92 commit d901964Copy full SHA for d901964
src/features/counter/index.ts
@@ -0,0 +1,6 @@
1
+import * as actionTypes from './actionTypes'
2
+import * as selectors from './selectors'
3
+
4
+export { default as CounterReducer } from './counterReducer'
5
+export { actionTypes }
6
+export { selectors }
0 commit comments