()
| 4 | import styles from './index.module.scss'; |
| 5 | |
| 6 | export default function Header() { |
| 7 | return ( |
| 8 | <StickyHeader className={styles.header}> |
| 9 | <div className={styles.title}> |
| 10 | <FiHash /> Channels |
| 11 | </div> |
| 12 | <div className={styles.subtitle}>Manage your channels.</div> |
| 13 | </StickyHeader> |
| 14 | ); |
| 15 | } |
nothing calls this directly
no outgoing calls
no test coverage detected