diff --git a/src/app/chat/[roomId]/ChatRoomPage.tsx b/src/app/message/chat/[roomId]/ChatRoomPage.tsx similarity index 100% rename from src/app/chat/[roomId]/ChatRoomPage.tsx rename to src/app/message/chat/[roomId]/ChatRoomPage.tsx diff --git a/src/app/chat/[roomId]/page.tsx b/src/app/message/chat/[roomId]/page.tsx similarity index 100% rename from src/app/chat/[roomId]/page.tsx rename to src/app/message/chat/[roomId]/page.tsx diff --git a/src/components/pages/chat/chat-input/index.tsx b/src/components/pages/chat/chat-input/index.tsx index 5a059e90..ddc78883 100644 --- a/src/components/pages/chat/chat-input/index.tsx +++ b/src/components/pages/chat/chat-input/index.tsx @@ -38,7 +38,8 @@ export const ChatInput = ({ onSubmit }: IProps) => {