summaryrefslogtreecommitdiff
blob: e9b557ed28f5a4f7fb73f0234af06495c92331f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module ElmModule.Subscriptions exposing (..)

-- Elm -------------------------------------------------------------------------

-- Main Menu -------------------------------------------------------------------
import Struct.Model
import Struct.Event

--------------------------------------------------------------------------------
-- LOCAL -----------------------------------------------------------------------
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
-- EXPORTED --------------------------------------------------------------------
--------------------------------------------------------------------------------
subscriptions : Struct.Model.Type -> (Sub Struct.Event.Type)
subscriptions model = Sub.none