fix(core): update

This commit is contained in:
Philipp Kunz 2020-06-28 18:03:22 +00:00
parent ad3f4b31fa
commit a5973944ee

View File

@ -1,3 +1,10 @@
// api glbal scope
import * as typedrequest from '@apiglobal/typedrequest';
export {
typedrequest
};
// pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrouter from '@pushrocks/smartrouter';