Skip to content

Commit 38b94e4

Browse files
Merge branch 'next' of https://github.com/cerebral/overmind into next
2 parents 2a350be + 220ff94 commit 38b94e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/overmind-website/examples/guide/getstarted/count.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const Count: React.FunctionComponent = () => {
4646
)
4747
}
4848
49-
export default Posts
49+
export default Count
5050
`,
5151
},
5252
],

packages/overmind-website/examples/guide/getstarted/triggeraction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const Count: React.FunctionComponent = () => {
5858
)
5959
}
6060
61-
export default Posts
61+
export default Count
6262
`,
6363
},
6464
],

0 commit comments

Comments
 (0)