aboutsummaryrefslogtreecommitdiff
path: root/src/Timer/Model/State.elm
blob: 1162e5969c44da59720e9843ddd7c2f656df7f20 (plain)
1
2
3
4
5
6
7
8
module Timer.Model.State exposing
  ( State(..)
  )

type State =
  Idle
  | Running
  | Ringing