mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: fixed definition mistake
This commit is contained in:
parent
2a8d12f599
commit
1aa6599e57
2 changed files with 8 additions and 4 deletions
|
@ -20,6 +20,7 @@ import Page exposing (Page)
|
|||
import Route exposing (Route)
|
||||
import Shared
|
||||
import View exposing (View)
|
||||
import Debate.Arguments.Ancestry.PolyphenolReductio exposing (argumentPolyphenolReductio)
|
||||
|
||||
|
||||
page : Shared.Model -> Route () -> Page Model Msg
|
||||
|
@ -112,6 +113,9 @@ debateList =
|
|||
, arguments =
|
||||
[ argumentEthicalSlurs
|
||||
, argumentAntagonisticPleiotropy
|
||||
, argumentHealthSeeker
|
||||
,argumentImmortalityReductio
|
||||
, argumentPolyphenolReductio
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue