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

3
app/(tabs)/discover.tsx Normal file
View File

@@ -0,0 +1,3 @@
export default function ContactsRoute() {
return <></>;
}