ChannelSingle.js 427 Bytes
Newer Older
Kim, Chaerin's avatar
Kim, Chaerin committed
1
2
3
const ChannelSingle = () => {
    return (
        <div>
우지원's avatar
우지원 committed
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
            <div>
                - CHERRY
            </div>
            <div>
                - JAEYEON
            </div>
            <div>
                - SEOYEON
            </div>
            <div>
                - JIWEON
            </div>
            <div>
                - BYOUNGYUN
            </div>
Kim, Chaerin's avatar
Kim, Chaerin committed
19
20
21
22
23
        </div>
    )
};

export default ChannelSingle;