From 976f3c6eaa691d281be5bfc71e67f064e609f91d Mon Sep 17 00:00:00 2001 From: Kataarias <117127551+Kataarias@users.noreply.github.com> Date: Wed, 2 Nov 2022 19:28:41 -0500 Subject: [PATCH] Update App.js Se adiciona cakepop --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index b201eb3..9c7c93f 100644 --- a/src/App.js +++ b/src/App.js @@ -24,6 +24,7 @@ const rows = [ createData('Basbousa', 123, 16.0, 49, 3.9) createData('IslasFlotantes', 150, 15.0, 50, 3.9), createData('Manjar Blanco', 160, 16.0, 70, 5.6), + createData('Cakepop', 10, 5.0, 10, 5), ]; export default function BasicTable() {