From 911c680452a987687d271b1577b065f75ba36754 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 28 Oct 2020 15:26:34 +0000 Subject: [PATCH] fix(core): update --- ts/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/index.ts b/ts/index.ts index 76f3390..18632ca 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,2 +1,3 @@ export * from './smartsitemap.classes.smartsitemap'; -export * from './smartsitemap.classes.sitemapnews'; \ No newline at end of file +export * from './smartsitemap.classes.sitemapnews'; +export * from './smartsitemap.classes.sitemapwebsite'; \ No newline at end of file