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