Skip to content

Commit 538f28e

Browse files
committed
Use defaultEvents
1 parent 57b489b commit 538f28e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ data ChildAction
5454
----------------------------------------------------------------------------
5555
-- | Entry point for a miso application
5656
main :: IO ()
57-
main = run $ startApp Main.topLevel
57+
main = startApp defaultEvents Main.topLevel
5858
----------------------------------------------------------------------------
5959
data TopAction = Highlight DOMRef
6060
----------------------------------------------------------------------------

0 commit comments

Comments
 (0)