Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
B-ki authored and github-actions[bot] committed Nov 24, 2023
1 parent c978b25 commit 5bfb77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/components/chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import ChatList from './ChatList';
import ChatModal from './ChatModal';
import Conversation from './Conversation';
import CreateChannel from './CreateChannel';
import DmCreate from './DmCreate';
import DmConversation from './DmConversation';
import DmCreate from './DmCreate';
import DmList from './DmList';
import JoinChannel from './JoinChannel';

Expand Down

0 comments on commit 5bfb77e

Please sign in to comment.