Skip to content

Instantly share code, notes, and snippets.

@scherpablo
Created September 27, 2023 12:19
Show Gist options
  • Save scherpablo/d3b308e35f33269932427effd751876b to your computer and use it in GitHub Desktop.
Save scherpablo/d3b308e35f33269932427effd751876b to your computer and use it in GitHub Desktop.
categorias.ts
const categorias = [
{
icono: "cafe",
nombre: "Café"
},
{
icono: "hamburguesa",
nombre: "Hamburguesas"
},
{
icono: "pizza",
nombre: "Pizzas"
},
{
icono: "dona",
nombre: "Donas"
},
{
icono: "pastel",
nombre: "Pasteles"
},
{
icono: "galletas",
nombre: "Galletas"
}
]
export {
categorias
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment