upd: notifikasi

Deskripsi:
- update ui page notifikasi

No Issues
This commit is contained in:
amel
2025-02-27 11:01:52 +08:00
parent 87776d2cf2
commit 3372d4df23
6 changed files with 138 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
import { Text, View } from "react-native";
export default function Profile() {
return (
<View>
<Text>Profile</Text>
</View>
)
}