This commit is contained in:
Patryk
2025-04-04 20:17:48 +02:00
parent 798d3fe145
commit 6667a41adc
38 changed files with 0 additions and 15291 deletions

View File

@@ -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>
);
}