Fix imports
This commit is contained in:
parent
ff2320f08c
commit
7d6909f5c2
6 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
import React from 'react';
|
||||
import { ViewStyle } from 'react-native';
|
||||
import { ThemedView } from '@/components/ThemedView';
|
||||
import { ThemedView } from '@/lib/components/ThemedView';
|
||||
|
||||
interface ListProps {
|
||||
data: any;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue