Skip to content

Instantly share code, notes, and snippets.

@agelormini2024
agelormini2024 / db.js
Created September 19, 2024 01:08 — forked from codigoconjuan/db.js
Gist Guitarras para GuitarLA - React y TypeScipt - La Guía Completa
export const db = [
{
id: 1,
name: 'Lukather',
image: 'guitarra_01',
description: 'Morbi ornare augue nisl, vel elementum dui mollis vel. Curabitur non ex id eros fermentum hendrerit.',
price: 299,
},
{
id: 2,