Initial commit
Generated by create-expo-app 3.2.0.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { Redirect } from "expo-router";
|
||||
import { Text, View } from "react-native";
|
||||
|
||||
export default function Index() {
|
||||
return <Redirect href={"/films"} />;
|
||||
}
|
||||
Reference in New Issue
Block a user