mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
Remove unused animation imports from AppNavigator to streamline code
This commit is contained in:
parent
ed358c85fe
commit
333c9712a0
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ import { colors } from '../styles/colors';
|
|||
import { NuvioHeader } from '../components/NuvioHeader';
|
||||
import { Stream } from '../types/streams';
|
||||
import { SafeAreaProvider } from 'react-native-safe-area-context';
|
||||
import { AnimationFade, AnimationSlideHorizontal } from '../utils/animations';
|
||||
import { useTheme } from '../contexts/ThemeContext';
|
||||
|
||||
// Import screens with their proper types
|
||||
|
|
|
|||
Loading…
Reference in a new issue