Skip to content

Commit

Permalink
dynamisme ok
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2323 committed Oct 23, 2024
1 parent 9c38136 commit 4de71b5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ export const departementConfig = {
mayotte: {
name: 'MAYOTTE',
center: [-12.78081553844026, 45.227656507434695],
availableYears: ['2023'],
availableYears: ['2022','2023'],
},
};
reunion: {
name: 'REUNION',
center: [-20.88545500487541, 55.452336559309124],
availableYears: ['2022','2023'],
}
};

0 comments on commit 4de71b5

Please sign in to comment.