mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Migrate AuthPage to TypeScript
This commit is contained in:
parent
13c5adbb6c
commit
e495cbce37
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import { replaceableComponent } from "../../../utils/replaceableComponent";
|
|||
|
||||
@replaceableComponent("views.auth.AuthPage")
|
||||
export default class AuthPage extends React.PureComponent {
|
||||
render() {
|
||||
public render(): React.ReactNode {
|
||||
const AuthFooter = sdk.getComponent('auth.AuthFooter');
|
||||
|
||||
return (
|
Loading…
Reference in a new issue