feature home
deskripsi: - tampilan home
This commit is contained in:
@@ -1,16 +1,9 @@
|
||||
import ViewWrapper from "@/components/_ShareComponent/ViewWrapper";
|
||||
import HomeView from "@/screens/Home/HomeView";
|
||||
import { Styles } from "@/styles/global-styles";
|
||||
import { View } from "react-native";
|
||||
import NewHomeView from "@/screens/Home/UiHome";
|
||||
|
||||
export default function Application() {
|
||||
return (
|
||||
<>
|
||||
<ViewWrapper>
|
||||
<View style={Styles.container}>
|
||||
<HomeView />
|
||||
</View>
|
||||
</ViewWrapper>
|
||||
<NewHomeView />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user