| 10 | import {useStores} from '../stores'; |
| 11 | |
| 12 | interface IProps { |
| 13 | fClose: VoidFunction; |
| 14 | } |
| 15 | |
| 16 | const SettingsDialog = observer(({fClose}: IProps) => { |
| 17 | const [pass, setPass] = useState(''); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…