| 6 | import { FontAwesomeIcon } from "@fortawesome/react-fontawesome" |
| 7 | |
| 8 | interface ConfigDropdownProps extends WithTranslation { |
| 9 | onConfigChanged: (config: any) => void |
| 10 | } |
| 11 | |
| 12 | class ConfigDropdown extends React.Component<ConfigDropdownProps> { |
| 13 | private includeArtistsDataCheck = React.createRef<HTMLInputElement>() |
nothing calls this directly
no outgoing calls
no test coverage detected