Skip to content

Commit

Permalink
docs: remove not used import from example (#3417)
Browse files Browse the repository at this point in the history
  • Loading branch information
morfey13 authored Jun 1, 2022
1 parent 9415845 commit a940c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/defining-data-stores.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ You might distribute the _ui-state-store_ through your application by passing it
Example of a store (using ES6 syntax):

```javascript
import { makeAutoObservable, observable, computed, asStructure } from "mobx"
import { makeAutoObservable, observable, computed } from "mobx"

export class UiState {
language = "en_US"
Expand Down

0 comments on commit a940c2a

Please sign in to comment.