From f4512b5415ed52b824d292e2118b20f50c6ab930 Mon Sep 17 00:00:00 2001 From: Do Ho Kim <33643752+Do-ho@users.noreply.github.com> Date: Fri, 11 Dec 2020 02:58:53 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20page=20index=20=EB=88=84=EB=9D=BD=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20(#178)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - merge 과정 중 page index 누락된 부분 수정 --- client/src/pages/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/index.ts b/client/src/pages/index.ts index 3d155e0..25b2fbc 100644 --- a/client/src/pages/index.ts +++ b/client/src/pages/index.ts @@ -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 };