fix(core): update

This commit is contained in:
2019-10-26 23:55:50 +02:00
parent 46e2f54974
commit 8947c6e8de
4 changed files with 131 additions and 68 deletions

View File

@@ -1,8 +1,6 @@
// @pushrocks scope
import * as smartmail from '@pushrocks/smartmail';
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartstring from '@pushrocks/smartstring';
export {
smartrequest,
smartstring
};
export { smartmail, smartrequest, smartstring };