mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
@@ -1 +0,0 @@
|
||||
export * from './native';
|
||||
@@ -1 +0,0 @@
|
||||
export * from './web';
|
||||
@@ -1 +0,0 @@
|
||||
export * from './_';
|
||||
2
react/features/authentication/components/index.native.ts
Normal file
2
react/features/authentication/components/index.native.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// @ts-ignore
|
||||
export { default as LoginDialog } from './native/LoginDialog';
|
||||
1
react/features/authentication/components/index.web.ts
Normal file
1
react/features/authentication/components/index.web.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { default as LoginDialog } from './web/LoginDialog';
|
||||
@@ -6,7 +6,7 @@ import type { Dispatch } from 'redux';
|
||||
import { connect } from '../../../base/connection/actions.native';
|
||||
import { toJid } from '../../../base/connection/functions';
|
||||
import { _abstractMapStateToProps } from '../../../base/dialog/functions';
|
||||
import { translate } from '../../../base/i18n';
|
||||
import { translate } from '../../../base/i18n/functions';
|
||||
import { JitsiConnectionErrors } from '../../../base/lib-jitsi-meet';
|
||||
import { authenticateAndUpgradeRole, cancelLogin } from '../../actions.native';
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import { connect } from 'react-redux';
|
||||
import type { Dispatch } from 'redux';
|
||||
|
||||
import ConfirmDialog from '../../../base/dialog/components/native/ConfirmDialog';
|
||||
import { translate } from '../../../base/i18n';
|
||||
import { translate } from '../../../base/i18n/functions';
|
||||
import { cancelWaitForOwner, openLoginDialog } from '../../actions.native';
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
export { default as LoginDialog } from './LoginDialog';
|
||||
export { default as WaitForOwnerDialog } from './WaitForOwnerDialog';
|
||||
@@ -1,4 +0,0 @@
|
||||
// @flow
|
||||
|
||||
export { default as WaitForOwnerDialog } from './WaitForOwnerDialog';
|
||||
export { default as LoginDialog } from './LoginDialog';
|
||||
Reference in New Issue
Block a user