@@ -16,22 +16,22 @@ import {
16
16
View ,
17
17
} from 'react-native' ;
18
18
19
- import { InCallButton } from '../components' ;
20
- import LetterButton from '../components/LetterButton' ;
21
- import { NoCameraView } from '../components/NoCameraView' ;
22
- import { SoundOutputDevicesBottomSheet } from '../components/SoundOutputDevicesBottomSheet' ;
23
- import VideoPreview from '../components/VideoPreview' ;
24
- import type { AppRootStackParamList } from '../navigators/AppNavigator' ;
25
- import { previewScreenLabels } from '../types/ComponentLabels' ;
26
- import { BrandColors } from '../utils/Colors' ;
27
- import { usePreventBackButton } from '../hooks/usePreventBackButton' ;
19
+ import { InCallButton } from '../../ components' ;
20
+ import LetterButton from '../../ components/LetterButton' ;
21
+ import { NoCameraView } from '../../ components/NoCameraView' ;
22
+ import { SoundOutputDevicesBottomSheet } from '../../ components/SoundOutputDevicesBottomSheet' ;
23
+ import VideoPreview from '../../ components/VideoPreview' ;
24
+ import type { AppRootStackParamList } from '../../ navigators/AppNavigator' ;
25
+ import { previewScreenLabels } from '../../ types/ComponentLabels' ;
26
+ import { BrandColors } from '../../ utils/Colors' ;
27
+ import { usePreventBackButton } from '../../ hooks/usePreventBackButton' ;
28
28
import {
29
29
displayIosSimulatorCameraAlert ,
30
30
isIosSimulator ,
31
- } from '../utils/deviceUtils' ;
32
- import { SwitchOutputDeviceButton } from './PreviewScreen/ SwitchOutputDeviceButton' ;
33
- import { SwitchCameraButton } from './PreviewScreen/ SwitchCameraButton' ;
34
- import { ToggleCameraButton } from './PreviewScreen/ ToggleCameraButton' ;
31
+ } from '../../ utils/deviceUtils' ;
32
+ import { SwitchOutputDeviceButton } from './SwitchOutputDeviceButton' ;
33
+ import { SwitchCameraButton } from './SwitchCameraButton' ;
34
+ import { ToggleCameraButton } from './ToggleCameraButton' ;
35
35
36
36
type Props = NativeStackScreenProps < AppRootStackParamList , 'Preview' > ;
37
37
const { JOIN_BUTTON , TOGGLE_MICROPHONE_BUTTON } = previewScreenLabels ;
0 commit comments