Fix imports
This commit is contained in:
parent
ff2320f08c
commit
7d6909f5c2
6 changed files with 9 additions and 9 deletions
|
@ -6,10 +6,10 @@ import {
|
|||
} from 'react-native';
|
||||
import Modal from "react-native-modal";
|
||||
|
||||
import { Colors } from '@/constants/Colors';
|
||||
import { ThemedView } from '@/components/ThemedView';
|
||||
import { ThemedText } from '@/components/ThemedText';
|
||||
import { useColorScheme } from '@/hooks/useColorScheme';
|
||||
import { Colors } from '@/lib/constants/Colors';
|
||||
import { ThemedView } from '@/lib/components/ThemedView';
|
||||
import { ThemedText } from '@/lib/components/ThemedText';
|
||||
import { useColorScheme } from '@/lib/hooks/useColorScheme';
|
||||
|
||||
interface Field {
|
||||
name: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue