fix(core): update

This commit is contained in:
2023-01-02 17:25:17 +01:00
parent f2e858d0b8
commit 29bcd17350
5 changed files with 7 additions and 2 deletions

View File

@ -15,6 +15,7 @@ import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrouter from '@pushrocks/smartrouter';
import * as smartrx from '@pushrocks/smartrx';
import * as smartstate from '@pushrocks/smartstate';
import * as smarturl from '@pushrocks/smarturl';
import * as webrequest from '@pushrocks/webrequest';
import * as websetup from '@pushrocks/websetup';
import * as webstore from '@pushrocks/webstore';
@ -36,6 +37,7 @@ export {
smartpromise,
smartrouter,
smartrx,
smarturl,
smartstate,
webrequest,
websetup,