Skip to content

Commit 95a5ef0

Browse files
committed
feat(#18): commit 한번 정도는 괜찮잖아
1 parent 9a36779 commit 95a5ef0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/templates/ChatPageTemplete.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ import { PageWrapper } from './styled';
44
const ChatPageTemplete = () => {
55
return (
66
<PageWrapper>
7-
<span style={{ fontSize: '100px', color: 'white' }}>채팅 페이지</span>;
7+
<span style={{ fontSize: '100px', color: 'white' }}>
8+
채팅 페이지 커밍 쑨
9+
</span>
10+
;
811
</PageWrapper>
912
);
1013
};

0 commit comments

Comments
 (0)