Skip to content

Commit

Permalink
Ajout des données de la constitution X13 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
hvdbm authored Nov 18, 2024
1 parent 8b91004 commit ae638e4
Show file tree
Hide file tree
Showing 4 changed files with 1,581 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/app/constants/constitutions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import X10 from '../../assets/constitutions/X10.json';
import XM2 from '../../assets/constitutions/XM2.json';
import X11 from '../../assets/constitutions/X11.json';
import X12 from '../../assets/constitutions/X12.json';
import X13 from '../../assets/constitutions/X13.json';

export type DataConstitution = {
cstName: string;
Expand All @@ -42,5 +43,6 @@ 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, X9, X10, XM2, X11, X12
X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13,
XM, XM2
]
2 changes: 1 addition & 1 deletion src/assets/constitutions/X12.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cstName": "Douzième Xénocratie",
"date": "2024-09-02T03:07:57.957Z",
"date": "2024-06-30T03:07:57.957Z",
"winner": 47,
"songs": [
{
Expand Down
Loading

0 comments on commit ae638e4

Please sign in to comment.