mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: reverted the arguments page
This commit is contained in:
parent
d9dccdd727
commit
f2c6f1ce26
55 changed files with 272 additions and 619 deletions
6
frontend/src/Pages/Home_.elm
Normal file → Executable file
6
frontend/src/Pages/Home_.elm
Normal file → Executable file
|
@ -23,6 +23,12 @@ page shared route =
|
|||
, subscriptions = subscriptions
|
||||
, view = view
|
||||
}
|
||||
|> Page.withLayout toLayout
|
||||
|
||||
|
||||
toLayout : Model -> Layouts.Layout Msg
|
||||
toLayout model =
|
||||
Layouts.Navbar {}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue