feat: removed boilerplate

This commit is contained in:
Nick 2024-12-07 15:43:26 -06:00
parent cb51b17c08
commit a462c01f88
14 changed files with 277 additions and 378 deletions

View file

@ -85,7 +85,7 @@ subscriptions model =
view : Shared.Model -> Model -> View Msg
view shared model =
{ title = ""
{ title = pageNames.pageHome
, attributes = []
, element = homeContainer shared.device
}