upload 04/08

This commit is contained in:
2025-08-04 10:17:58 +07:00
parent cc29aaabb4
commit 67939d2f54
24 changed files with 1917 additions and 655 deletions

View File

@@ -92,7 +92,6 @@ export default function Buildpc() {
{/* Buildpc Content */}
<CreateBuildpc />
</View>
<Footer navigation={navigation} />
</ScrollView>
</AppLayout>
);
@@ -136,6 +135,7 @@ const styles = StyleSheet.create({
marginTop: 12,
backgroundColor: "#fff",
borderRadius: 8,
marginBottom: 10,
},
inputBox: {
flexDirection: "row",