| 8 | import ConversationTabsView from "../ConversationTabsView"; |
| 9 | |
| 10 | interface Props { |
| 11 | className?: string; |
| 12 | } |
| 13 | |
| 14 | const Header = (props: Props) => { |
| 15 | const { className } = props; |
nothing calls this directly
no outgoing calls
no test coverage detected