mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Make sure Json.roc imports List
This commit is contained in:
parent
7c5dac7bcf
commit
f06c2af4f1
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ interface Json
|
|||
format,
|
||||
]
|
||||
imports [
|
||||
List,
|
||||
Encode.{
|
||||
Encoder,
|
||||
custom,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue