#16 add dashboard config objet in the patches

This commit is contained in:
nobohan 2021-09-22 10:58:17 +02:00
parent 9520ee73b5
commit 45211bf4ce
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
export const dashboardData = {
base: {
area: 34.23,
population: 3456,
},
landuse: {
agricultural: {
area: 1234,
},
forested: {
area: 23,
}
}
};