Live video on the AT Protocol
at next 5 lines 149 B view raw
1import { Redirect } from "components/aqlink"; 2 3export default function AppReturnScreen({ route }) { 4 return <Redirect to={{ screen: "Home" }} />; 5}