mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
fix str platform imports
This commit is contained in:
parent
3a333c2187
commit
654fbed061
1 changed files with 3 additions and 4 deletions
|
|
@ -20,10 +20,9 @@ platform ""
|
|||
}
|
||||
}
|
||||
|
||||
# Removed imports to test if they affect app's ability to use modules
|
||||
# import Core
|
||||
# import Helper
|
||||
# import Utils
|
||||
import Core
|
||||
import Helper
|
||||
import Utils
|
||||
|
||||
process_string_for_host : Str -> Str
|
||||
process_string_for_host = process_string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue