refactor: replace 'preact' with 'react' (#1048)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { WebApplication } from '@/UIModels/Application'
|
||||
import { AppState } from '@/UIModels/AppState'
|
||||
|
||||
export interface PreferencesViewWrapperProps {
|
||||
appState: AppState
|
||||
application: WebApplication
|
||||
}
|
||||
Reference in New Issue
Block a user