Skip to content

Commit 49f3bc1

Browse files
committed
Refactor: 채팅방 리스트 관련 파일을 RecentChat 폴더 내부로 이동
1 parent 3d0fa61 commit 49f3bc1

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/pages/Chats/RecentChat/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import { StyledText } from '@components/Text/StyledText';
1111

1212
import type { ChatRoomData } from '@apis/chatting/dto';
1313

14-
import ChatRoomItem from '../ChatRoomItem/index';
15-
import MatchingRoomItem from '../MatchingRoomItem/index';
14+
import ChatRoomItem from './ChatRoomItem/index';
15+
import MatchingRoomItem from './MatchingRoomItem/index';
1616

1717
import { ChatRoomList, NoChatRoomWrapper, RecentChatInfo } from './styles';
1818

0 commit comments

Comments
 (0)