-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lobby) removed native lobby enable/disable dialogs
- Loading branch information
1 parent
b555188
commit bc4553b
Showing
4 changed files
with
0 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 0 additions & 60 deletions
60
react/features/lobby/components/native/DisableLobbyModeDialog.js
This file was deleted.
Oops, something went wrong.
94 changes: 0 additions & 94 deletions
94
react/features/lobby/components/native/EnableLobbyModeDialog.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
// @flow | ||
|
||
export { default as DisableLobbyModeDialog } from './DisableLobbyModeDialog'; | ||
export { default as EnableLobbyModeDialog } from './EnableLobbyModeDialog'; | ||
export { default as KnockingParticipantList } from './KnockingParticipantList'; | ||
export { default as LobbyScreen } from './LobbyScreen'; |