1
0
Fork 0
tooty/src/Ports.elm

8 lines
140 B
Elm

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