Skip to content

Commit bdf589c

Browse files
committed
fix: types
1 parent 63491a8 commit bdf589c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Gen-1/CleanTabBar/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import type {
44
TabNavigationState,
55
} from '@react-navigation/native';
66
import type { BottomTabNavigationEventMap } from '@react-navigation/bottom-tabs/src/types';
7-
import type { BottomTabDescriptorMap } from '../types';
7+
import type { BottomTabDescriptorMap } from '../../types';
88
import type { Animated, StyleProp, ViewStyle } from 'react-native';
9-
import type { ColorPaletteConfig } from '../assets/types';
9+
import type { ColorPaletteConfig } from '../../assets/types';
1010

1111
export type CleanTabBarConfig = {
1212
state: TabNavigationState<ParamListBase>;

0 commit comments

Comments
 (0)