mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: refactored cucks
This commit is contained in:
parent
bdd63d8494
commit
667440f60f
74 changed files with 157 additions and 133 deletions
|
@ -3,9 +3,7 @@ module Pages.Debate 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.AncestralDiets exposing (..)
|
||||
import Debate.Arguments.Ethics.EthicalSlurs exposing (..)
|
||||
import Debate.Arguments.Nutrition.Malondialdehyde exposing (..)
|
||||
import Debate.Helpers exposing (..)
|
||||
import Effect exposing (Effect)
|
||||
import Element exposing (..)
|
||||
|
@ -108,9 +106,7 @@ debateList =
|
|||
)
|
||||
[ { categoryName = "Ethics"
|
||||
, arguments =
|
||||
[ argumentAncestralDiets
|
||||
, argumentEthicalSlurs
|
||||
, argumentMalondialdehyde
|
||||
[ argumentEthicalSlurs
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue