From 9c46df53ad401e060664aafe8fdfbcb9a3da5731 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Sun, 26 Dec 2021 17:13:33 +0100 Subject: Initial commit. --- src/ElmModule/Subscriptions.elm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/ElmModule/Subscriptions.elm (limited to 'src/ElmModule/Subscriptions.elm') diff --git a/src/ElmModule/Subscriptions.elm b/src/ElmModule/Subscriptions.elm new file mode 100644 index 0000000..c2b9fbe --- /dev/null +++ b/src/ElmModule/Subscriptions.elm @@ -0,0 +1,15 @@ +module ElmModule.Subscriptions exposing (..) + +-- Local Module ---------------------------------------------------------------- +import Struct.Model +import Struct.Event + +-------------------------------------------------------------------------------- +-- LOCAL ----------------------------------------------------------------------- +-------------------------------------------------------------------------------- + +-------------------------------------------------------------------------------- +-- EXPORTED -------------------------------------------------------------------- +-------------------------------------------------------------------------------- +subscriptions : Struct.Model.Type -> (Sub Struct.Event.Type) +subscriptions model = Sub.none -- cgit v1.2.3-70-g09d2