del init
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
import { Text, View, Pressable } from "react-native";
|
||||
import { Link } from "expo-router";
|
||||
export default function Index() {
|
||||
return (
|
||||
<View>
|
||||
|
||||
<Link href="/notices" asChild>
|
||||
<Pressable>
|
||||
<Text>Notices</Text>
|
||||
</Pressable>
|
||||
</Link>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user