smartmail/ts/smartmail.plugins.ts

5 lines
148 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';
2020-01-12 18:32:43 +00:00
export { smartfile, smartmustache };