diff --git a/src/App.tsx b/src/App.tsx index 94ba7bd..defb736 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,9 +1,9 @@ import React, { FC } from 'react'; -import TelbbyServiceClient from './components/TelbbyServiceClient'; +import TelbbyChat from './components/TelbbyChat'; const App: FC = () => { - return ; + return ; }; export default App; diff --git a/src/components/TelbbyServiceClient/index.tsx b/src/components/TelbbyChat/index.tsx similarity index 100% rename from src/components/TelbbyServiceClient/index.tsx rename to src/components/TelbbyChat/index.tsx diff --git a/src/components/TelbbyServiceClient/style.ts b/src/components/TelbbyChat/style.ts similarity index 100% rename from src/components/TelbbyServiceClient/style.ts rename to src/components/TelbbyChat/style.ts