import { Input } from 'antd'; import { ChannelsWrapper } from './Channels.styled'; import { SearchOutlined } from '@ant-design/icons'; export function Channels() { return ( ); }