mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-16 21:27:48 +00:00
ref(TS) Convert some features to TS (#12454)
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user