File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ import {
1313} from 'react-native' ;
1414import Icon from 'react-native-vector-icons/Ionicons' ;
1515import LinearGradient from 'react-native-linear-gradient' ;
16- import { debugLog , debugError } from '../../ utils/Debug' ;
16+ import { debugLog , debugError } from '@ utils/Debug' ;
1717import { RefreshControl } from 'react-native' ;
1818import { NavigationProp , useNavigation } from '@react-navigation/native' ;
1919import { useHeaderHeight } from '@react-navigation/elements' ;
20- import { ScheduleShow , ScheduleResponse } from '../../types /Schedule' ;
21- import { ScheduleService } from '../../ services/ScheduleService' ;
22- import { RecentlyPlayedService } from '../../ services/RecentlyPlayedService' ;
23- import { WmbrRouteName } from '../../types /Navigation' ;
24- import { COLORS , CORE_COLORS } from '../../ utils/Colors' ;
20+ import { ScheduleShow , ScheduleResponse } from '@customTypes /Schedule' ;
21+ import { ScheduleService } from '@ services/ScheduleService' ;
22+ import { RecentlyPlayedService } from '@ services/RecentlyPlayedService' ;
23+ import { WmbrRouteName } from '@customTypes /Navigation' ;
24+ import { COLORS , CORE_COLORS } from '@ utils/Colors' ;
2525
2626interface SchedulePageProps {
2727 currentShow ?: string ;
You can’t perform that action at this time.
0 commit comments