Implement chapter 3: random picture selection

This commit is contained in:
Alexander Kobjolke 2023-12-11 11:30:30 +01:00
parent b431b584af
commit fe10054e44
3 changed files with 622 additions and 130 deletions

View file

@ -8,7 +8,8 @@
"direct": {
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0"
"elm/html": "1.0.0",
"elm/random": "1.0.0"
},
"indirect": {
"elm/json": "1.1.3",