Skip to content

Commit

Permalink
[#5] chore: TellbyChatClient컴포넌트 TelbbyChat으로 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyong1 committed Dec 6, 2021
1 parent 7e790e6 commit b9c3d12
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React, { FC } from 'react';

import TelbbyServiceClient from './components/TelbbyServiceClient';
import TelbbyChat from './components/TelbbyChat';

const App: FC = () => {
return <TelbbyServiceClient />;
return <TelbbyChat />;
};

export default App;
File renamed without changes.
File renamed without changes.

0 comments on commit b9c3d12

Please sign in to comment.