37 lines
460 B
JavaScript
37 lines
460 B
JavaScript
|
|
module.exports = {
|
||
|
|
list: [
|
||
|
|
{
|
||
|
|
_id: 1,
|
||
|
|
descr: "Abitare",
|
||
|
|
},
|
||
|
|
{
|
||
|
|
_id: 2,
|
||
|
|
descr: "Alimentazione",
|
||
|
|
},
|
||
|
|
{
|
||
|
|
_id: 1,
|
||
|
|
descr: "Gruppi Locali",
|
||
|
|
},
|
||
|
|
{
|
||
|
|
_id: 1,
|
||
|
|
descr: "Istruzione",
|
||
|
|
},
|
||
|
|
{
|
||
|
|
_id: 1,
|
||
|
|
descr: "Mobilità",
|
||
|
|
},
|
||
|
|
{
|
||
|
|
_id: 1,
|
||
|
|
descr: "Salute",
|
||
|
|
},
|
||
|
|
{
|
||
|
|
_id: 1,
|
||
|
|
descr: "Sport",
|
||
|
|
},
|
||
|
|
{
|
||
|
|
_id: 1,
|
||
|
|
descr: "Tecnologia",
|
||
|
|
},
|
||
|
|
]
|
||
|
|
}
|