mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:43:25 +00:00
helpppp
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Text } from 'react-native';
|
||||
|
||||
import { Text } from '../components/ui/Text';
|
||||
import ScreenLayout from '../components/layout/ScreenLayout';
|
||||
|
||||
export default function AccountScreen() {
|
||||
|
@@ -1,4 +1,5 @@
|
||||
import { ScrollView, Text, View } from 'react-native';
|
||||
import { ScrollView, View } from 'react-native';
|
||||
import { Text } from '../../components/ui/Text';
|
||||
|
||||
import Searchbar from './Searchbar';
|
||||
import ScreenLayout from '../../components/layout/ScreenLayout';
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { Text } from 'react-native';
|
||||
import { Text } from '../components/ui/Text';
|
||||
|
||||
import ScreenLayout from '../components/layout/ScreenLayout';
|
||||
|
||||
|
Reference in New Issue
Block a user