This commit is contained in:
Eden Kirin
2024-01-16 08:22:28 +01:00
parent cd5a93351b
commit 423b853b82
4 changed files with 49 additions and 2 deletions

View File

@ -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>