fix folder

This commit is contained in:
2025-06-26 14:33:41 +08:00
parent cd35201e30
commit f0e0ef4b8b
11 changed files with 100 additions and 110 deletions

View File

@@ -0,0 +1,11 @@
import { Text, View } from "react-native";
export default function Forum() {
return (
<>
<View>
<Text>Forum</Text>
</View>
</>
);
}