From 7c4e7ab07a40ab0dcbf6035b8d047abf553c4915 Mon Sep 17 00:00:00 2001 From: Daniel Avila Date: Sat, 4 Feb 2023 20:48:33 -0500 Subject: [PATCH] abstracts textarea --- src/App.jsx | 4 +++- src/components/TextChat.jsx | 40 +++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 src/components/TextChat.jsx diff --git a/src/App.jsx b/src/App.jsx index 2b4899d7a..883bc73c1 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,4 +1,5 @@ import React from 'react'; +import TextChat from './components/TextChat'; const App = () => { @@ -7,7 +8,8 @@ const App = () => {
-