Reoder buffer map

This commit is contained in:
Werner
2023-06-07 10:58:57 -03:00
parent 62bba55ef9
commit 300af9ab72

View File

@ -69,14 +69,16 @@ export default function Home() {
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> {reorderBuffer.map((instr, index) => (
<td>batata</td> <tr>
<td>batata</td> <td>batata</td>
<td>batata</td> <td>batata</td>
<td>batata</td> <td>batata</td>
<td>batata</td> <td>batata</td>
<td>batata</td> <td>batata</td>
</tr> <td>batata</td>
</tr>
))}
</tbody> </tbody>
</Table> </Table>
<div className="my-4"> <div className="my-4">