Skip to content

Commit

Permalink
Update haskell-miso client to reflect components
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Feb 21, 2025
1 parent b4b76ea commit e14f071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-miso.org/client/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ main = run $ miso $ \currentURI -> App
}
where
initialAction = NoOp
mountPoint = Nothing
mountPoint = Just "body"
update = updateModel
events = defaultEvents
subs = [ uriSub HandleURI ]
Expand Down

0 comments on commit e14f071

Please sign in to comment.