mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-16 20:20:29 +03:00
Moved CallProvider
This commit is contained in:
parent
023a23d87c
commit
0db52c2d37
4 changed files with 5 additions and 5 deletions
|
|
@ -61,8 +61,8 @@ import { AutoRestoreBackupOnVerification } from '../components/BackupRestore';
|
|||
import { RoomSettingsRenderer } from '../features/room-settings';
|
||||
import { ClientRoomsNotificationPreferences } from './client/ClientRoomsNotificationPreferences';
|
||||
import { SpaceSettingsRenderer } from '../features/space-settings';
|
||||
import { CallProvider } from './client/CallProvider';
|
||||
import { PersistentCallContainer } from './call/PersistentCallContainer';
|
||||
import { CallProvider } from './client/call/CallProvider';
|
||||
import { PersistentCallContainer } from './client/call/PersistentCallContainer';
|
||||
|
||||
export const createRouter = (clientConfig: ClientConfig, screenSize: ScreenSize) => {
|
||||
const { hashRouter } = clientConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue