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 a44900e commit 32c7c96Copy full SHA for 32c7c96
core/statecharts.md
@@ -34,7 +34,7 @@ Let us do this properly and design this flow “top down”:
34
{% tabs %}
35
{% tab title="overmind/login/index.js" %}
36
```typescript
37
-import {statechart } from 'overmind/config'
+import { statechart } from 'overmind/config'
38
import * as actions from './actions'
39
import { state } from './state'
40
0 commit comments