Skip to content

Commit

Permalink
add import to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstone991 committed Feb 15, 2024
1 parent 5ad6c6f commit f7b01cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ npm install mobbing-query
## Example Usage

```ts
import { MobxQuery } from "mobbing-query";

class Store {
counter = 0;
query: MobxQuery;
Expand Down

0 comments on commit f7b01cf

Please sign in to comment.