Skip to content

Commit

Permalink
Move import
Browse files Browse the repository at this point in the history
  • Loading branch information
georgefst committed Feb 21, 2025
1 parent 3edfc48 commit 74277f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Miso/Runner.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ module Miso.Runner (run) where
import qualified Language.Javascript.JSaddle.Wasm as J
#else
import qualified Language.Javascript.JSaddle.Warp as J
import System.Environment
#endif

import Language.Javascript.JSaddle
import System.Environment

-- | Entry point for a miso application
#if defined(wasm32_HOST_ARCH)
Expand Down

0 comments on commit 74277f3

Please sign in to comment.