소스 검색

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;