fix(core): update

This commit is contained in:
2021-04-13 08:30:33 +00:00
parent 690c34f4d2
commit 2847d495e0
6 changed files with 99 additions and 148 deletions

View File

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