Skip to content

Instantly share code, notes, and snippets.

@daphee
daphee / main.elm
Last active March 23, 2016 22:55 — forked from ethagnawl/main.elm
sharing actions
module ColorPicker where
import Model exposing (initialModel)
import Action exposing (update)
import View exposing (view)
type Action =
InitialsSaved Bool
| Noop