refactor src folder structure
This commit is contained in:
parent
0bfb70af8b
commit
d0e26e2882
30 changed files with 94 additions and 134 deletions
|
@ -10,9 +10,9 @@ import RenderHtml from 'react-native-render-html';
|
|||
import { useNavigation } from '@react-navigation/native';
|
||||
import { useSelector } from 'react-redux';
|
||||
|
||||
import { Colors } from '@/lib/constants/Colors';
|
||||
import { useColorScheme } from '@/lib/hooks/useColorScheme';
|
||||
import { ThemedView } from '@/lib/components/ThemedView';
|
||||
import { Colors } from '@/src/constants/Colors';
|
||||
import { useColorScheme } from '@/src/hooks/useColorScheme';
|
||||
import { ThemedView } from '@/src/components/themed/ThemedView';
|
||||
|
||||
export default function CategoryScreen() {
|
||||
const colorScheme = useColorScheme() ?? 'light';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue