smartmail/ts/smartmail.plugins.ts
2020-06-18 15:34:05 +00:00

6 lines
207 B
TypeScript

import * as smartdns from '@pushrocks/smartdns';
import * as smartfile from '@pushrocks/smartfile';
import * as smartmustache from '@pushrocks/smartmustache';
export { smartdns, smartfile, smartmustache };