website/frontend/src/Cuckery/CuckList/Template copy 17.elm

25 lines
573 B
Elm
Raw Normal View History

2024-11-14 01:16:09 -06:00
module Cuckery.CuckList.Template%20copy%2017 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}