mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: added some arguments
This commit is contained in:
parent
1aa6599e57
commit
aa7357d871
35 changed files with 187 additions and 208 deletions
|
@ -6,7 +6,7 @@ import Config.Identity as I exposing (..)
|
|||
import Debate.Arguments.Ancestry.AntagonisticPleiotropy exposing (..)
|
||||
import Debate.Arguments.Ancestry.HealthSeeker exposing (..)
|
||||
import Debate.Arguments.Ancestry.ImmortalityReductio exposing (..)
|
||||
import Debate.Arguments.Ancestry.PolyphenolReductio
|
||||
import Debate.Arguments.Ancestry.PolyphenolReductio exposing (argumentPolyphenolReductio)
|
||||
import Debate.Arguments.Ethics.EthicalSlurs exposing (..)
|
||||
import Debate.Helpers exposing (..)
|
||||
import Effect exposing (Effect)
|
||||
|
@ -20,7 +20,11 @@ import Page exposing (Page)
|
|||
import Route exposing (Route)
|
||||
import Shared
|
||||
import View exposing (View)
|
||||
import Debate.Arguments.Ancestry.PolyphenolReductio exposing (argumentPolyphenolReductio)
|
||||
import Debate.Arguments.Ethics.Abortion exposing (argumentAbortion)
|
||||
import Debate.Arguments.Ethics.EfilismPatrolSquad exposing (argumentEfilismPatrolSquad)
|
||||
import Debate.Arguments.Nutrition.Malondialdehyde exposing (argumentMalondialdehyde)
|
||||
import Debate.Arguments.Nutrition.SaturatedFatLDL exposing (argumentSaturatedFatLDL)
|
||||
import Debate.Arguments.Philosophy.Agnosticism exposing (argumentAgnosticism)
|
||||
|
||||
|
||||
page : Shared.Model -> Route () -> Page Model Msg
|
||||
|
@ -114,8 +118,13 @@ debateList =
|
|||
[ argumentEthicalSlurs
|
||||
, argumentAntagonisticPleiotropy
|
||||
, argumentHealthSeeker
|
||||
,argumentImmortalityReductio
|
||||
, argumentImmortalityReductio
|
||||
, argumentPolyphenolReductio
|
||||
, argumentAbortion
|
||||
, argumentEfilismPatrolSquad
|
||||
, argumentMalondialdehyde
|
||||
, argumentSaturatedFatLDL
|
||||
, argumentAgnosticism
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue