fix(core): update
This commit is contained in:
14
ts/smartsitemap.classes.smartsitemap.ts
Normal file
14
ts/smartsitemap.classes.smartsitemap.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { SitemapNews } from './smartsitemap.classes.sitemapnews';
|
||||
import * as plugins from './smartsitemap.plugins';
|
||||
|
||||
export class SmartSitemap {
|
||||
constructor() {}
|
||||
|
||||
/**
|
||||
* creates a sitemap for news
|
||||
*/
|
||||
public createSmartsitemapNews(): SitemapNews {
|
||||
const sitemapNewsInstance = new SitemapNews();
|
||||
return sitemapNewsInstance;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user