Files
elm-0.19-workshop/part9/tests/Auth.elm
2016-09-01 01:38:15 -07:00

8 lines
99 B
Elm

module Auth exposing (token)
token : String
token =
-- Tests don't need a real token.
""