riseup-squad23/src/data/sidebar-items.json

37 lines
566 B
JSON

[
{
"name": "Menu",
"isTitle": true
},
{
"name":"Início",
"url": "Inicio",
"icon": "house"
},
{
"name": "Cadastro de Pacientes",
"url": "form-layout",
"icon": "file-earmark-medical-fill"
},
{
"name": "Cadastro do Médico",
"url": "doctor-form-layout",
"icon": "file-earmark-medical-fill"
},
{
"name": "Lista de Pacientes",
"icon": "table",
"url": "table"
},
{
"name": "Lista de Médico",
"icon": "table",
"url": "doctor-table"
}
]