minimal-webplayer/src/Msg.elm

11 lines
161 B
Elm

module Msg exposing (..)
import Http
import Video
type Msg
= NoOp
| VideoSelected String
| VideoListLanded (Result Http.Error (List Video.Video))