From fa2697ddd0f41077e71396be3eda5111c61d1131 Mon Sep 17 00:00:00 2001 From: Scott Rees <6165315+reesscot@users.noreply.github.com> Date: Thu, 16 Mar 2023 15:53:43 -0700 Subject: [PATCH] fix: remove reference to deprecated chatbot ui component --- src/fragments/lib/interactions/js/getting-started.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/fragments/lib/interactions/js/getting-started.mdx b/src/fragments/lib/interactions/js/getting-started.mdx index bcad0473640..f328715abcf 100644 --- a/src/fragments/lib/interactions/js/getting-started.mdx +++ b/src/fragments/lib/interactions/js/getting-started.mdx @@ -112,7 +112,3 @@ import reactnative1 from '/src/fragments/lib/react-native-polyfills.mdx'; import reactnative2 from '/src/fragments/lib/in-app-messaging/integrate-your-application/react-native/configure-amplify.mdx'; - -## ChatBot UI component - -Use the `ChatBot` component to add conversational UI to your app. [Learn more](https://github.com/aws-amplify/amplify-js/blob/v4-stable/packages/amplify-ui-components/src/components/amplify-chatbot/readme.md).