From 654fbed06124cbf0dff0b335823c5b8e8c1cfd0e Mon Sep 17 00:00:00 2001 From: Luke Boswell Date: Wed, 17 Dec 2025 09:08:56 +1100 Subject: [PATCH] fix str platform imports --- test/str/platform/main.roc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test/str/platform/main.roc b/test/str/platform/main.roc index 8c4eb6cc23..34352a9e6e 100644 --- a/test/str/platform/main.roc +++ b/test/str/platform/main.roc @@ -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