瀏覽代碼

add component

Shun Miyazawa 5 年之前
父節點
當前提交
4122fde22b
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      src/client/js/components/Admin/SlackIntegration/CustomBotWithProxyIntegrationCard.jsx

+ 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;