import type { Component } from "solid-js"; const ChannelBar: Component = () => { return (
); }; export default ChannelBar;