summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Struct/Event.elm')
-rw-r--r--src/Struct/Event.elm2
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 =