| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-09-13 17:50:58 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-09-13 17:50:58 +0200 | 
| commit | 317037f9cca1109b4fb6825482c5bbb46b4c567b (patch) | |
| tree | b6c1ab434e40866797c88aa31f48ecbf17f9d487 /src/Struct/Event.elm | |
| parent | 9ec5806bc721734923ff4c93f7ef1f97a6a03248 (diff) | |
...
Diffstat (limited to 'src/Struct/Event.elm')
| -rw-r--r-- | src/Struct/Event.elm | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/Struct/Event.elm b/src/Struct/Event.elm index 419ef51..3bf64d7 100644 --- a/src/Struct/Event.elm +++ b/src/Struct/Event.elm @@ -6,7 +6,6 @@ import Http  -- Main Menu -------------------------------------------------------------------  import Struct.Error  import Struct.ServerReply -import Struct.UI  --------------------------------------------------------------------------------  -- TYPES ----------------------------------------------------------------------- @@ -15,7 +14,6 @@ type Type =     None     | Failed Struct.Error.Type     | ServerReplied (Result Http.Error (List Struct.ServerReply.Type)) -   | TabSelected Struct.UI.Tab  attempted : (Result.Result err val) -> Type  attempted act = | 


