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({}); ```