fix(core): update

This commit is contained in:
2020-05-23 16:55:36 +00:00
parent 9b3c92fef5
commit ecb387f59e
5 changed files with 10 additions and 4 deletions

View File

@ -0,0 +1,5 @@
export class DeesDomTools {
public static createDomTools = () => {
globalThis.deesDomTools = new DeesDomTools();
}
}