tooty/src/Ports.elm
2017-04-20 14:38:52 +02:00

8 lines
140 B
Elm

port module Ports exposing (saveRegistration, saveClient)
port saveRegistration : String -> Cmd msg
port saveClient : String -> Cmd msg