Add finished/
This commit is contained in:
9
finished/src/Ports.elm
Normal file
9
finished/src/Ports.elm
Normal file
@@ -0,0 +1,9 @@
|
||||
port module Ports exposing (onSessionChange, storeSession)
|
||||
|
||||
import Json.Encode exposing (Value)
|
||||
|
||||
|
||||
port storeSession : Maybe String -> Cmd msg
|
||||
|
||||
|
||||
port onSessionChange : (Value -> msg) -> Sub msg
|
||||
Reference in New Issue
Block a user