credo fixes

This commit is contained in:
2022-02-08 22:12:22 -05:00
parent c27c162562
commit 20f49a9a9a
7 changed files with 9 additions and 6 deletions

View File

@ -5,8 +5,8 @@ defmodule CanneryWeb.ErrorHelpers do
use Phoenix.HTML
import Phoenix.LiveView.Helpers
alias Phoenix.{HTML.Form, LiveView.Rendered}
alias Ecto.Changeset
alias Phoenix.{HTML.Form, LiveView.Rendered}
@doc """
Generates tag for inlined form input errors.