Created
June 2, 2021 09:47
-
-
Save SuperCipher/e0def967f30025f52b963663b1ddfa71 to your computer and use it in GitHub Desktop.
Elm Time Ticket
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Time | |
subscriptions : ModelsElmArchitect.State -> Sub Msg | |
subscriptions _ = | |
Time.every (5 * 1000) (\_ -> ModelsElmArchitect.Reload) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment