This commit is contained in:
Jorrin
2024-01-29 10:34:51 +01:00
parent 5baf4d6b86
commit a7608b878d
18 changed files with 35 additions and 64 deletions

View File

@@ -1,7 +1,7 @@
import { Image, View } from 'react-native';
import { Text } from '../../components/ui/Text';
import { TMDB_POSTER_PATH } from '../../constants/General';
import { Text } from '@/components/ui/Text';
import { TMDB_POSTER_PATH } from '@/constants/General';
export default function Item() {
return (