Remove unused import

This commit is contained in:
Andrew Dryga
2023-04-26 11:24:59 -06:00
parent 92a7c505e3
commit 3760c44522

View File

@@ -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