summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/elm/Action')
-rw-r--r--src/shared/elm/Action/Ports.elm6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/shared/elm/Action/Ports.elm b/src/shared/elm/Action/Ports.elm
deleted file mode 100644
index 8da9bac..0000000
--- a/src/shared/elm/Action/Ports.elm
+++ /dev/null
@@ -1,6 +0,0 @@
-port module Action.Ports exposing (..)
-
-port store_new_session : (String, String) -> (Cmd msg)
-port reset_session : () -> (Cmd msg)
-port connected: (() -> msg) -> (Sub msg)
-port go_to : (String) -> (Cmd msg)