fix folder

deksripsi:
- pindah folder user search & notifikasi ke (user)
This commit is contained in:
2025-07-08 11:47:32 +08:00
parent 8abf23fd13
commit b9af7e0ca7
11 changed files with 98 additions and 104 deletions

View File

@@ -0,0 +1,9 @@
import UiHome from "@/screens/Home/UiHome";
export default function Application() {
return (
<>
<UiHome />
</>
);
}