Fix imports

This commit is contained in:
Maarten 2024-08-08 14:48:12 +02:00
parent ff2320f08c
commit 7d6909f5c2
6 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
import { View, type ViewProps } from 'react-native';
import { useThemeColor } from '@/hooks/useThemeColor';
import { useThemeColor } from '@/lib/hooks/useThemeColor';
export type ThemedViewProps = ViewProps & {
lightColor?: string;