fix(core): update

This commit is contained in:
2020-06-21 16:06:11 +00:00
parent 94b313b835
commit c08c708704
10 changed files with 219 additions and 28 deletions

View File

@@ -1,2 +1,6 @@
const removeme = {};
export { removeme };
// pushrocks scope
import * as smartrequest from '@pushrocks/smartrequest';
export {
smartrequest
};