module Cuckery.CuckList.ClaraAboel exposing (..) import Cuckery.Types exposing (..) cuckClaraAboel : Cuck cuckClaraAboel = let name : String name = "Clara Aboel" in { cuckImage = formatCuckName name , cuckName = name , cuckSocial = "https://x.com/AIWellnessCoach" , cuckDodges = [ { dodgeLink = "https://x.com/TheNutrivore/status/1727510906655969736" , dodgeDescription = NoReply , dodgeProposition = "polyunsaturated fatty acids are known to initiate cancer." , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = NoProp } ] }