less hacking way of pulling poe data
This commit is contained in:
5
app/stores/root.store.ts
Normal file
5
app/stores/root.store.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { AppStore } from './app.store';
|
||||
|
||||
export class RootStore {
|
||||
public appStore = new AppStore();
|
||||
}
|
||||
Reference in New Issue
Block a user