Fix imports
This commit is contained in:
parent
ff2320f08c
commit
7d6909f5c2
6 changed files with 9 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
import { useColorScheme } from 'react-native';
|
||||
|
||||
import { Colors } from '@/constants/Colors';
|
||||
import { Colors } from '@/lib/constants/Colors';
|
||||
|
||||
export function useThemeColor(
|
||||
props: { light?: string; dark?: string },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue