Explorar o código

add component

Shun Miyazawa %!s(int64=5) %!d(string=hai) anos
pai
achega
4122fde22b

+ 14 - 0
src/client/js/components/Admin/SlackIntegration/CustomBotWithProxyIntegrationCard.jsx

@@ -0,0 +1,14 @@
+import React from 'react';
+
+const CustomBotWithProxyIntegrationCard = (props) => {
+
+  return (
+    <>
+
+      <p>CustomBotWithProxyIntegrationCard</p>
+
+    </>
+  );
+};
+
+export default CustomBotWithProxyIntegrationCard;