Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

80000

cpu+motherboard+ozu=42000
38000
cpu fan=7730
31370
power block 20000
11370

{/* <Box onDrop={handleDropDownFiles} onDragOver={(e) => e.preventDefault()}


sx={{ */}
{/* "display": "flex", */}
{/* "justifyContent": "center", */}
{/* "alignItems": "center", */}
{/* "minHeight": "200px" */}
{/* }}> */}
{/* <Stack sx={{paddingTop: 1}} spacing={3}> */}
{/* {images && images.length ? */}
{/* images.map((image, i) => ( */}
{/* <Card key={i}> */}
{/* <Box> */}
{/* {status === 'update' ? */}
{/* <img alt=""
src={`${API_URL}/uploads/${directory}/${image.name}`}/> */}
{/* : <img alt=""
src={URL.createObjectURL(image)}/>} */}
{/* </Box> */}
{/* <CardContent> */}
{/* <Typography variant="body2"
color="textSecondary" component="p"> */}
{/* <strong>{Math.ceil(image.size /
1024)}</strong> KB */}
{/* </Typography> */}
{/* <IconButton onClick={() => status
=== "create" ? handleDeleteFile(image.name) : removeFile(image.name)}> */}
{/* Remove file */}
{/* </IconButton> */}
{/* </CardContent> */}
{/* </Card> */}
{/* )) */}
{/* : <Box sx={{"display": "flex", "justifyContent":
"center", "alignItems": "center"}}> */}
{/* <Button component="label"
variant="contained" startIcon={<CloudUploadIcon/>}> */}
{/* Upload images */}
{/* <VisuallyHiddenInput
onChange={status==="create" ? handleFileUpload : addFile}
multiple={status==="create"} type="file"/> */}
{/* </Button> */}
{/* </Box>} */}
{/* </Stack> */}
{/* </Box> */}

You might also like