diff options
Diffstat (limited to 'src/client/LoggedIn/Stat/Msg.elm')
-rw-r--r-- | src/client/LoggedIn/Stat/Msg.elm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/LoggedIn/Stat/Msg.elm b/src/client/LoggedIn/Stat/Msg.elm new file mode 100644 index 0000000..d517544 --- /dev/null +++ b/src/client/LoggedIn/Stat/Msg.elm @@ -0,0 +1,7 @@ +module LoggedIn.Stat.Msg exposing + ( Msg(..) + ) + +type Msg = + NoOp + | UpdateChart |