import ChannelSingle from './ChannelSingle' import { Link } from 'react-router-dom' import backward from '../../backward.png' import { useState } from 'react' const ChannelList = () => { function copyLink(){ const copyLink=document.getElementById('copycode') document.execCommand('copy'); console.log('너죽을래') } return (
음성 채널 목록
) } export default ChannelList