创建dev分钟更改配置

This commit is contained in:
Vegas
2025-11-11 10:18:34 +07:00
parent 33abbe21aa
commit 4b416d7903
3 changed files with 5 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
import { ThemedView } from "@/components/themed-view";
import { Text } from "react-native";
export default function RechargeScreen() {
return (
<ThemedView></ThemedView>
<ThemedView><Text></Text></ThemedView>
)
}