mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: added argument templates
This commit is contained in:
parent
36bedf1c09
commit
f2647072fb
25 changed files with 1136 additions and 4 deletions
|
@ -3,8 +3,8 @@ module Debate.Arguments.Template exposing (..)
|
|||
import Debate.Types exposing (..)
|
||||
|
||||
|
||||
argumentTemplate : Argument
|
||||
argumentTemplate =
|
||||
argument : Argument
|
||||
argument =
|
||||
{ argumentTitle = "Title"
|
||||
, propositionTitle = "Proposition"
|
||||
, propositionSummary = "Summary"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue