Files
elm-0.19-workshop/part10/tests/Auth.elm
2016-09-04 16:42:08 -07:00

8 lines
99 B
Elm

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