Browse Source

export const ArticleCtl

visuddhinanda 2 years ago
parent
commit
859a55e705
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/template/Article.tsx

+ 1 - 1
dashboard/src/components/template/Article.tsx

@@ -13,7 +13,7 @@ interface IWidgetChapterCtl {
   style?: TDisplayStyle;
   style?: TDisplayStyle;
 }
 }
 
 
-const ArticleCtl = ({
+export const ArticleCtl = ({
   type,
   type,
   id,
   id,
   channel,
   channel,