Skip to content

Instantly share code, notes, and snippets.

@BraxtonI
BraxtonI / Common.elm
Last active July 14, 2020 05:42
Photo Groove
module Common exposing (urlPrefix, Photo)
urlPrefix : String
urlPrefix =
"http://elm-in-action.com/"
type alias Photo =
{ title : String