import { View, ScrollView } from 'react-native'; import { router } from 'expo-router'; import { Text } from '@/components/ui/text'; import { Button } from '@/components/ui/button'; import { Card, CardContent, CardHeader, CardTitle, CardDescription } from '@/components/ui/card'; export default function LoginScreen() { return ( Yaltopia Tickets Sign in Use the same account as the web app. ); }