mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 06:50:28 +03:00
Move files to more correct location
This commit is contained in:
parent
c108295e5a
commit
d54bc2c110
5 changed files with 18 additions and 13 deletions
|
|
@ -9,7 +9,7 @@ import {
|
|||
SmallWidget,
|
||||
getWidgetData,
|
||||
getWidgetUrl,
|
||||
} from '../../../features/room/SmallWidget';
|
||||
} from '../../../features/call/SmallWidget';
|
||||
import { useMatrixClient } from '../../../hooks/useMatrixClient';
|
||||
import { useClientConfig } from '../../../hooks/useClientConfig';
|
||||
import { ScreenSize, useScreenSizeContext } from '../../../hooks/useScreenSize';
|
||||
|
|
@ -127,7 +127,6 @@ export function PersistentCallContainer({ children }: PersistentCallContainerPro
|
|||
widgetApiInstance.once('ready', () => {
|
||||
logger.info(`PersistentCallContainer: Widget for ${roomIdToSet} is ready.`);
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue