Skip to content

Commit

Permalink
Ajout des données de la constitution X9 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
hvdbm authored Apr 21, 2023
1 parent a8c1011 commit b5f2990
Show file tree
Hide file tree
Showing 3 changed files with 810 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/app/constants/constitutions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import X6 from '../../assets/constitutions/X6.json';
import X7 from '../../assets/constitutions/X7.json';
import X8 from '../../assets/constitutions/X8.json';
import XM from '../../assets/constitutions/XM.json';
import X9 from '../../assets/constitutions/X9.json';

export type DataConstitution = {
cstName: string;
Expand All @@ -37,5 +38,5 @@ export type DataConstitution = {

export const ALL_CONSTITUTIONS_DATA: DataConstitution[] = [
C1, C2, C3, C4, C5, C6, C7, C8, C9, C10,
X1, X2, X3, X4, X5, X6, X7, X8, XM
X1, X2, X3, X4, X5, X6, X7, X8, XM, X9
]
Loading

0 comments on commit b5f2990

Please sign in to comment.