This commit is contained in:
zadam
2020-02-05 22:46:20 +01:00
parent 42017fde5f
commit d1bb62c40e
10 changed files with 158 additions and 166 deletions

View File

@@ -1,4 +1,4 @@
export class LoadResults {
export default class LoadResults {
constructor(treeCache) {
this.treeCache = treeCache;