fix(core): update

This commit is contained in:
2021-05-16 23:50:56 +00:00
parent 0ba352e90a
commit 7765ff77f9
11 changed files with 413 additions and 140 deletions

View File

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