mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: updating arguments
This commit is contained in:
parent
f2647072fb
commit
600f2ed3f4
34 changed files with 384 additions and 397 deletions
|
@ -1,8 +1,9 @@
|
|||
module Pages.Debate exposing (Model, Msg, page)
|
||||
module Pages.Arguments exposing (Model, Msg, page)
|
||||
|
||||
import Config.Colour as T exposing (..)
|
||||
import Config.Format as O exposing (..)
|
||||
import Config.Identity as I exposing (..)
|
||||
import Debate.Arguments.Ancestry.AntagonisticPleiotropy exposing (..)
|
||||
import Debate.Arguments.Ethics.EthicalSlurs exposing (..)
|
||||
import Debate.Helpers exposing (..)
|
||||
import Effect exposing (Effect)
|
||||
|
@ -107,6 +108,7 @@ debateList =
|
|||
[ { categoryName = "Ethics"
|
||||
, arguments =
|
||||
[ argumentEthicalSlurs
|
||||
, argumentAntagonisticPleiotropy
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue