smartsitemap/ts/smartsitemap.plugins.ts
2020-10-26 12:18:33 +00:00

13 lines
287 B
TypeScript

// pushrocks scope
import * as smartcache from '@pushrocks/smartcache';
import * as smartfeed from '@pushrocks/smartfeed';
import * as smartxml from '@pushrocks/smartxml';
import * as smartyaml from '@pushrocks/smartyaml';
export {
smartcache,
smartfeed,
smartxml,
smartyaml
};