feat: added dodger page

This commit is contained in:
Nick 2024-11-11 18:57:51 -06:00
parent f05a528580
commit 5ff83e3585
18 changed files with 338 additions and 51 deletions

2
frontend/src/Pages/Home_.elm Normal file → Executable file
View file

@ -75,7 +75,7 @@ subscriptions model =
view : Model -> View Msg
view model =
{ title = homeName
{ title = pageNames.pageHome
, attributes = []
, element = none
}