From 56bc6e482bf66dbb1e92c86ccfb9b09e206f1db4 Mon Sep 17 00:00:00 2001 From: Leah Xia <107075081+Leah-Xia-Microsoft@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:24:51 -0700 Subject: [PATCH] Update ChatComponents.tsx --- ui-library-quickstart-ui-components/src/ChatComponents.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-library-quickstart-ui-components/src/ChatComponents.tsx b/ui-library-quickstart-ui-components/src/ChatComponents.tsx index ef6fe8cf..7960c1bf 100644 --- a/ui-library-quickstart-ui-components/src/ChatComponents.tsx +++ b/ui-library-quickstart-ui-components/src/ChatComponents.tsx @@ -107,4 +107,4 @@ export const ChatComponents = (): JSX.Element => { {getSendBoxComponent()} ); -}; \ No newline at end of file +};