feat: fixed some arguments

This commit is contained in:
Nick 2024-11-16 22:47:26 -06:00
parent 9841567483
commit 2a8d12f599
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
module Debate.Arguments.Ancestry.HeathSeeker exposing (..)
module Debate.Arguments.Ancestry.HealthSeeker exposing (..)
import Debate.Types exposing (..)

View file

@ -4,6 +4,9 @@ import Config.Colour as T exposing (..)
import Config.Format as O exposing (..)
import Config.Identity as I exposing (..)
import Debate.Arguments.Ancestry.AntagonisticPleiotropy exposing (..)
import Debate.Arguments.Ancestry.HealthSeeker exposing (..)
import Debate.Arguments.Ancestry.ImmortalityReductio exposing (..)
import Debate.Arguments.Ancestry.PolyphenolReductio
import Debate.Arguments.Ethics.EthicalSlurs exposing (..)
import Debate.Helpers exposing (..)
import Effect exposing (Effect)