diff --git a/src/App.jsx b/src/App.jsx index 2b4899d7a3..883bc73c13 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 = () => {
-