import { Link } from "expo-router"; import { View } from "react-native"; export default function App() { return ( Signin Dashboard ); }