ref(TS) Convert some features to TS (#12454)

This commit is contained in:
Robert Pintilii
2022-10-26 09:59:21 +03:00
committed by GitHub
parent a780051720
commit 6dedc7fb1a
23 changed files with 89 additions and 124 deletions

View File

@@ -5,9 +5,8 @@ import { hideDialog, openDialog } from '../base/dialog/actions';
import {
CANCEL_LOGIN
} from './actionTypes';
// eslint-disable-next-line lines-around-comment
// @ts-ignore
import { LoginDialog, WaitForOwnerDialog } from './components';
import LoginDialog from './components/web/LoginDialog';
import WaitForOwnerDialog from './components/web/WaitForOwnerDialog';
export * from './actions.any';