feat: tabs调整
This commit is contained in:
8
app/(tabs)/recharge.tsx
Normal file
8
app/(tabs)/recharge.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { ThemedView } from "@/components/themed-view";
|
||||
|
||||
export default function RechargeScreen() {
|
||||
return (
|
||||
<ThemedView>充值</ThemedView>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user