Skip to content

Commit 54871b5

Browse files
committed
Fix wrong export in guide
1 parent 57b8f39 commit 54871b5

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)