smartsitemap/ts/smartsitemap.plugins.ts
2020-10-26 00:52:04 +00:00

9 lines
156 B
TypeScript

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