chore: fix remaining import statements

This commit is contained in:
Lei Nelissen
2023-06-19 23:03:17 +02:00
parent 1270390a9c
commit 5f5dae7bc2
31 changed files with 63 additions and 69 deletions

View File

@@ -5,7 +5,7 @@ import { GestureHandlerRootView } from 'react-native-gesture-handler';
import { THEME_COLOR } from '@/CONSTANTS';
import { t } from '@/localisation';
import useDefaultStyles, { ColoredBlurView } from '@/components/Colors';
import { StackParams } from 'screens/types';
import { StackParams } from '@/screens/types';
import NowPlaying from './overlays/NowPlaying';
import RecentAlbums from './stacks/RecentAlbums';