Procházet zdrojové kódy

Widget -> MdViewWidget

visuddhinanda před 2 roky
rodič
revize
b1c40af981
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      dashboard/src/components/template/MdView.tsx

+ 2 - 2
dashboard/src/components/template/MdView.tsx

@@ -11,7 +11,7 @@ interface IWidget {
   convertor?: TCodeConvertor;
   style?: React.CSSProperties;
 }
-const Widget = ({
+const MdViewWidget = ({
   html,
   className,
   wordWidget = false,
@@ -28,4 +28,4 @@ const Widget = ({
   }
 };
 
-export default Widget;
+export default MdViewWidget;