Products
This commit is contained in:
@ -30,10 +30,10 @@ function Home() {
|
||||
|
||||
return (
|
||||
<Grid container spacing={2}>
|
||||
<Grid md={4}>
|
||||
<Grid md={3}>
|
||||
<Machines machines={machines} onSelect={onMachineSelect} />
|
||||
</Grid>
|
||||
<Grid md={8}>
|
||||
<Grid md={9}>
|
||||
{productsData && <Products machineName={productsData.machineName} products={productsData.products} />}
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user