smartmail/ts/smartmail.plugins.ts

8 lines
152 B
TypeScript
Raw Normal View History

2019-10-26 21:45:35 +00:00
import * as smartfile from '@pushrocks/smartfile';
import * as smartmustache from '@pushrocks/smartmustache';
export {
smartfile,
smartmustache
};