A music player that connects to your cloud/distributed storage.
at main 16 lines 267 B view raw
1module UI.Sources.Page exposing (Page(..)) 2 3import Sources exposing (Service) 4 5 6 7-- 🌳 8 9 10type Page 11 = Index 12 | Edit String 13 | New 14 | NewOnboarding 15 | NewThroughRedirect Service { codeOrToken : Maybe String, state : Maybe String } 16 | Rename String