fix(core): update
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
// @pushrocks scope
|
||||
import * as smartcrypto from '@pushrocks/smartcrypto';
|
||||
|
||||
export {
|
||||
smartcrypto
|
||||
};
|
||||
export { smartcrypto };
|
||||
|
||||
// thirdparty scope
|
||||
import * as jsonwebtoken from 'jsonwebtoken';
|
||||
export {
|
||||
jsonwebtoken
|
||||
};
|
||||
export { jsonwebtoken };
|
||||
|
||||
Reference in New Issue
Block a user