Skip to content

Commit

Permalink
fix: page index 누락 수정 (#178)
Browse files Browse the repository at this point in the history
- merge 과정 중 page index 누락된 부분 수정
  • Loading branch information
Do-ho authored Dec 10, 2020
1 parent 96265c9 commit f4512b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ import { Thread } from './Chatroom/Thread';
import { LoginLoading } from './LoginLoading';
import { ChannelBrowser } from './ChannelBrowser/ChannelBrowser';

export { Chatroom, Login, LoginLoading, ChannelBrowser, Thread };
export { Chatroom, Login, LoginLoading, ChannelBrowser, Thread, ChatroomThread };

0 comments on commit f4512b5

Please sign in to comment.