From 85c6127369e984ef89bb06bf1139fab4aa07e790 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 13 Sep 2018 22:15:52 +0200 Subject: ... --- src/Action/Ports.elm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/Action/Ports.elm (limited to 'src/Action') diff --git a/src/Action/Ports.elm b/src/Action/Ports.elm new file mode 100644 index 0000000..c79d918 --- /dev/null +++ b/src/Action/Ports.elm @@ -0,0 +1,4 @@ +port module Action.Ports exposing (..) + +port store_new_params : (Int, (List String)) -> (Cmd msg) +port reset_params : () -> (Cmd msg) -- cgit v1.2.3-70-g09d2