I call my store like this: ```js store.dispatch(); ``` It can be done by renaming the `Store` class to something else: ```js const store = new StoreClass({}); ```
I call my store like this:
It can be done by renaming the
Storeclass to something else: