fix(core): update

This commit is contained in:
2021-09-27 00:45:17 +02:00
parent 78811a2879
commit 1903687a46
8 changed files with 202 additions and 60 deletions

7
ts_web/plugins.ts Normal file
View File

@@ -0,0 +1,7 @@
import * as domtools from '@designestate/dees-domtools';
import * as uplInterfaces from '@uptimelink/interfaces';
export {
domtools,
uplInterfaces
}