diff options
Diffstat (limited to 'src/Types.elm')
| -rw-r--r-- | src/Types.elm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Types.elm b/src/Types.elm index 3736bbf..ce487b6 100644 --- a/src/Types.elm +++ b/src/Types.elm @@ -13,6 +13,7 @@ type alias Model = type Msg = NoOp + | RequestLogout -- TIME | SetNowPosix Time.Posix -- POSTS |
