Created
January 12, 2023 19:05
-
-
Save codigoconjuan/14521378ef92f0a99e7a4da70f7aac2f to your computer and use it in GitHub Desktop.
Categorias para Laravel - React
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const categorias = [ | |
{ | |
icono: "cafe", | |
nombre: "Café", | |
id:1 | |
}, | |
{ | |
icono: "hamburguesa", | |
nombre: "Hamburguesas", | |
id: 2 | |
}, | |
{ | |
icono: "pizza", | |
nombre: "Pizzas", | |
id: 3 | |
}, | |
{ | |
icono: "dona", | |
nombre: "Donas", | |
id: 4 | |
}, | |
{ | |
icono: "pastel", | |
nombre: "Pasteles", | |
id: 5 | |
}, | |
{ | |
icono: "galletas", | |
nombre: "Galletas", | |
id: 6 | |
} | |
] | |
export { | |
categorias | |
} |
Un crack profe, saludos!
gracias güero
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
remil gracias