mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: added some stuff
This commit is contained in:
parent
f73dab4579
commit
36f9c89214
21 changed files with 573 additions and 155 deletions
21
frontend/src/Products/NutriDex/NutriDex.elm
Normal file
21
frontend/src/Products/NutriDex/NutriDex.elm
Normal file
|
@ -0,0 +1,21 @@
|
|||
module Products.NutriDex.NutriDex exposing (..)
|
||||
|
||||
import Products.Types exposing (..)
|
||||
|
||||
|
||||
productNutriDex : NutriDex
|
||||
productNutriDex =
|
||||
{ nutriDexTitle = "The NutriDex"
|
||||
, nutriDexFeatures =
|
||||
[ { feature = "feature"
|
||||
}
|
||||
]
|
||||
, nutriDexReference =
|
||||
[ { reference = "reference"
|
||||
, author = "author"
|
||||
, year = "year"
|
||||
, title = "title"
|
||||
, link = "link"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue