From 972e6cfa3010e0fe30efacd5e5c089e5ed17226d Mon Sep 17 00:00:00 2001 From: Luis Olaya Diaz Date: Wed, 2 Nov 2022 18:29:21 -0500 Subject: [PATCH 1/2] =?UTF-8?q?Se=20a=C3=B1ade=20nuevo=20postre=20Salami?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index bae2741..ed2a002 100644 --- a/src/App.js +++ b/src/App.js @@ -20,6 +20,7 @@ const rows = [ createData('Torta', 200, 16.0, 49, 3.9), createData('Brazo de Reina', 400, 16.0, 49, 3.9), createData('Brownie', 123, 16.0, 49, 3.9), + createData('Salami', 150, 20.0, 55, 2.5), ]; export default function BasicTable() { From 817766e8cbbf54d0a1768d85e8b56351d5b3699b Mon Sep 17 00:00:00 2001 From: Jorge I Ramirez M Date: Wed, 2 Nov 2022 18:55:59 -0500 Subject: [PATCH 2/2] =?UTF-8?q?Creaci=C3=B3n=20de=20Tiramisu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index bae2741..57661f6 100644 --- a/src/App.js +++ b/src/App.js @@ -20,6 +20,7 @@ const rows = [ createData('Torta', 200, 16.0, 49, 3.9), createData('Brazo de Reina', 400, 16.0, 49, 3.9), createData('Brownie', 123, 16.0, 49, 3.9), + createData('Tiramisu', 1307, 16.0, 49, 3.9), ]; export default function BasicTable() {