Added ability to load example from server

This commit is contained in:
2020-12-26 20:00:56 +01:00
parent 1701a5ea08
commit 0aa08315d1
5 changed files with 1630 additions and 160 deletions

View File

@ -9,9 +9,12 @@
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.3"
},
"indirect": {
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.2"