diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-07-19 17:49:17 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-07-19 17:49:17 -0400 |
| commit | 6bb3cd1c923fd37ab15501f5bb089c107e5f341c (patch) | |
| tree | 17cec6e6432d7fe1b954a78cf2e50b21e08e6e4e /cards.json | |
| parent | 13d5d2a8773d8800eb1b5be59db921b11b6661a2 (diff) | |
Randomize deck ordering
Diffstat (limited to 'cards.json')
| -rw-r--r-- | cards.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cards.json b/cards.json deleted file mode 100644 index 8c3bd15..0000000 --- a/cards.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "front": "This is the front page!", - "back": "This is the back page!", - "scheduled": "2025-07-17T00:00:00.000Z" - }, - { - "front": "Another front page", - "back": "Another back page", - "scheduled": "2025-07-20T00:00:00.000Z" - } -] |