Created
March 5, 2022 19:01
-
-
Save codigoconjuan/78c45a5d139f6bee7b5c8bd80095e8fc to your computer and use it in GitHub Desktop.
Categorias de Noticias
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 = [ | |
{ value: 'general', label: 'General'}, | |
{ value: 'business', label: 'Negocios'}, | |
{ value: 'entertainment', label: 'Entretenimiento'}, | |
{ value: 'health', label: 'Salud'}, | |
{ value: 'science', label: 'Ciencia'}, | |
{ value: 'sports', label: 'Deportes'}, | |
{ value: 'technology', label: 'Tecnología'}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gracias