smartmail/ts/smartmail.plugins.ts

6 lines
207 B
TypeScript
Raw Normal View History

2020-06-18 15:34:05 +00:00
import * as smartdns from '@pushrocks/smartdns';
2019-10-26 21:45:35 +00:00
import * as smartfile from '@pushrocks/smartfile';
import * as smartmustache from '@pushrocks/smartmustache';
2020-06-18 15:34:05 +00:00
export { smartdns, smartfile, smartmustache };