add import to Str.roc

This commit is contained in:
Folkert 2022-04-08 16:49:38 +02:00
parent d6632981c8
commit 1d81dd6c8b
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -34,7 +34,7 @@ interface Str
toU8,
toI8,
]
imports [ ]
imports [ Bool.{ Bool }, Result.{ Result } ]