Skip to content

Commit 8ec9a4e

Browse files
Added the concept of selectors and actions
1 parent c46ee73 commit 8ec9a4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

store/hello-world/selector.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const sayHelloSelector = (state: HelloWorldState) => state.sayHello;

0 commit comments

Comments
 (0)