Forráskód Böngészése

Widget -> MdViewWidget

visuddhinanda 2 éve
szülő
commit
b1c40af981
1 módosított fájl, 2 hozzáadás és 2 törlés
  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;
   convertor?: TCodeConvertor;
   style?: React.CSSProperties;
   style?: React.CSSProperties;
 }
 }
-const Widget = ({
+const MdViewWidget = ({
   html,
   html,
   className,
   className,
   wordWidget = false,
   wordWidget = false,
@@ -28,4 +28,4 @@ const Widget = ({
   }
   }
 };
 };
 
 
-export default Widget;
+export default MdViewWidget;