diff --git a/apps/web/lib/web/mailer/auth_email.ex b/apps/web/lib/web/mailer/auth_email.ex index 4d6f1938f..a1d996609 100644 --- a/apps/web/lib/web/mailer/auth_email.ex +++ b/apps/web/lib/web/mailer/auth_email.ex @@ -4,6 +4,4 @@ defmodule Web.Mailer.AuthEmail do use Phoenix.Swoosh, template_root: Path.join(__DIR__, "templates"), template_path: "auth_email" - - alias Web.Mailer end