refactor: 重构tabs栏

This commit is contained in:
2026-03-09 07:50:17 +07:00
parent afb0914db8
commit b45959a0f4
8 changed files with 15 additions and 84 deletions

View File

@@ -1,5 +1,5 @@
import { Text } from "react-native";
export default function IndexRoute() {
return <Text>Index Route</Text>;
return <Text>Chat Route</Text>;
}