7 lines
108 B
JavaScript
7 lines
108 B
JavaScript
// @flow
|
|
import RootStore from "stores/RootStore";
|
|
|
|
const stores = new RootStore();
|
|
|
|
export default stores;
|