import { View, Text, Button } from "tamagui"; import React from "react"; import authStore from "@/stores/auth"; export default function LoginPage() { return ( LoginPage ); }