```js
// State
const state = { steps: 3, step: undefined }

// Getters...
// Mutations...

// Export
```
