//This file is needed so that the react native with expo can work import { Redirect } from "expo-router"; const StartPage = () => { return ; }; export default StartPage;