summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Action/Ports.elm')
-rw-r--r--src/Action/Ports.elm4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Action/Ports.elm b/src/Action/Ports.elm
deleted file mode 100644
index 4d83077..0000000
--- a/src/Action/Ports.elm
+++ /dev/null
@@ -1,4 +0,0 @@
-port module Action.Ports exposing (..)
-
-port store_params : (Int, String) -> (Cmd msg)
-port reset_params : () -> (Cmd msg)