mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
24 lines
579 B
Elm
24 lines
579 B
Elm
module Cuckery.CuckList.Template%20copy%2019 exposing (..)module Cuckery.CuckList.Template exposing (..)
|
|
|
|
import Cuckery.Types exposing (..)
|
|
|
|
|
|
cuckCliffHarvey : Cuck
|
|
cuckCliffHarvey =
|
|
let
|
|
name : String
|
|
name =
|
|
""
|
|
in
|
|
{ cuckImage = formatCuckName name
|
|
, cuckName = name
|
|
, cuckSocial = ""
|
|
, cuckDodges =
|
|
[ { dodgeLink = ""
|
|
, dodgeDescription = NoReply
|
|
, dodgeProposition = "."
|
|
, dodgeNicksDoxasticState = Just Agnostic
|
|
, dodgeNicksDoxasticReason = NoProp
|
|
}
|
|
]
|
|
}
|