forked from RiseUP/riseup-squad23
17 lines
278 B
JSON
17 lines
278 B
JSON
[
|
|
{
|
|
"name": "Início",
|
|
"icon": "house-fill",
|
|
"url": "/paciente"
|
|
},
|
|
{
|
|
"name": "Minhas consulta",
|
|
"icon": "calendar-plus-fill",
|
|
"url": "/paciente/agendamento"
|
|
},
|
|
{
|
|
"name": "Meus laudos",
|
|
"icon": "table",
|
|
"url": "/paciente/laudo"
|
|
}
|
|
] |