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 d901964 commit d0c13a2Copy full SHA for d0c13a2
src/features/counter/selectors.ts
@@ -0,0 +1,3 @@
1
+import { SystemState } from './types'
2
+
3
+export const getCountValue = (state: SystemState) => state.count.value
0 commit comments