fix folder component
This commit is contained in:
9
app/(application)/event/index.tsx
Normal file
9
app/(application)/event/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Text, View } from "react-native";
|
||||
|
||||
export default function Event() {
|
||||
return (
|
||||
<View>
|
||||
<Text>Event</Text>
|
||||
</View>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user