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