mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Convert ext popup to typescript
This commit is contained in:
@@ -51,7 +51,7 @@ interface OptionsAppState {
|
||||
hasSaved: boolean;
|
||||
}
|
||||
|
||||
class App extends Component<{}, OptionsAppState> {
|
||||
class OptionsApp extends Component<{}, OptionsAppState> {
|
||||
private form: HTMLFormElement;
|
||||
|
||||
constructor (props: {}) {
|
||||
@@ -358,5 +358,5 @@ class App extends Component<{}, OptionsAppState> {
|
||||
|
||||
|
||||
ReactDOM.render(
|
||||
<App />
|
||||
<OptionsApp />
|
||||
, document.querySelector("#root"));
|
||||
|
||||
Reference in New Issue
Block a user