refactor: replace 'preact' with 'react' (#1048)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { WebApplication } from '@/UIModels/Application'
|
||||
import { MfaProps } from './Panes/TwoFactorAuth/MfaProps'
|
||||
import { AppState } from '@/UIModels/AppState'
|
||||
|
||||
export interface PreferencesProps extends MfaProps {
|
||||
application: WebApplication
|
||||
appState: AppState
|
||||
closePreferences: () => void
|
||||
}
|
||||
Reference in New Issue
Block a user