fix(core): update

This commit is contained in:
2020-07-05 17:53:49 +00:00
parent 4251dbf0af
commit 7675c27cab
6 changed files with 489 additions and 254 deletions

View File

@@ -1,2 +1,9 @@
const removeme = {};
export { removeme };
// apiglobal scope
import * as agSdk from '@apiglobal/sdk';
export { agSdk };
// pushrocks scope
import * as smartexpress from '@pushrocks/smartexpress';
export { smartexpress };