import type { IChannel } from "../../api/Channel"; const ChannelWidget = ({ name }: IChannel) => { return {name}; }; export default ChannelWidget;