New Styles

This commit is contained in:
2021-11-18 11:03:32 -03:00
parent 8e59499f0c
commit ea76370282
6 changed files with 598 additions and 13 deletions

View File

@@ -4,9 +4,6 @@ let activeCategory = 'BEBIDAS'
let checkout = {}
let globalProductos = []
const userName = document.getElementById('perfil-nombre')
userName.innerText = userName.innerText.toUpperCase()
//! Productos Logica
import traerProductosDeAPI from './traerProductosDeAPI.js'