| 11 | import { SettingsDialog } from './SettingsDialog' |
| 12 | |
| 13 | interface OverflowMenuProps { |
| 14 | bugReportsEnabled: boolean |
| 15 | } |
| 16 | |
| 17 | export const OverflowMenu: FC<OverflowMenuProps> = ({ bugReportsEnabled }) => { |
| 18 | const { |
nothing calls this directly
no outgoing calls
no test coverage detected