mirror of
https://github.com/FranP-code/API-and-CRUD-for-Ecommerce-with-Node.js-FRONTEND.git
synced 2025-10-12 23:52:33 +00:00
New Styles
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user