diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index 0a2a9a7..12a8ed5 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -1,7 +1,107 @@ -import { Text,View } from "react-native"; -import {Button} from "@/components/common/Button"; +import { Redirect, router } from 'expo-router'; +import { ActivityIndicator, StyleSheet, Text, View } from 'react-native'; + +import { Button } from '@/components/common/Button'; +import { Palette } from '@/constants/palette'; +import { Radius, Spacing } from '@/constants/styles'; +import { useAuth } from '@/providers/AuthProvider'; +import { logout } from '@/services/auth'; + export default function Home() { - return -