mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 17:34:59 +08:00
Remove unused imported vars (#2718)
This commit is contained in:
committed by
Vojtech Novak
parent
ef9875417d
commit
176a26baa8
@@ -6,7 +6,7 @@ import type { TabScene } from './views/TabView/TabView';
|
||||
|
||||
import type { StyleObj } from 'react-native/Libraries/StyleSheet/StyleSheetTypes';
|
||||
|
||||
import { Animated, View, Text } from 'react-native';
|
||||
import { Animated } from 'react-native';
|
||||
|
||||
export type ViewStyleProp = StyleObj;
|
||||
export type TextStyleProp = StyleObj;
|
||||
|
||||
Reference in New Issue
Block a user