letterxpress/ts/letterxpress.plugins.ts

6 lines
207 B
TypeScript
Raw Normal View History

2019-11-21 14:01:41 +00:00
import * as smartletter from '@pushrocks/smartletter';
2019-11-16 16:54:45 +00:00
import * as smartrequest from '@pushrocks/smartrequest';
2019-11-21 14:01:41 +00:00
import * as smartrx from '@pushrocks/smartrx';
2019-11-16 16:54:45 +00:00
2019-11-21 14:01:41 +00:00
export { smartletter, smartrequest, smartrx };