fix(core): update

This commit is contained in:
2019-11-16 17:54:45 +01:00
parent 9944ec29ae
commit 71d14fa32f
4 changed files with 19 additions and 23 deletions

View File

@ -0,0 +1,5 @@
import * as plugins from './letterxpress.plugins';
export class LetterXpressAccount {
}

View File

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