Files
hipmi-mobile/app/(application)/user-search/index.tsx
Bagasbanuna02 c1bee77629 new featur
deskripsi:
- search user
- notifications
2025-06-30 10:39:04 +08:00

9 lines
171 B
TypeScript

import { Text, View } from "react-native";
export default function UserSearch() {
return (
<View>
<Text>User Search</Text>
</View>
)
}