combine imports
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
shibao 2024-03-18 23:26:41 -04:00
parent bbe4d82303
commit e16e04c114

View File

@ -4,8 +4,7 @@ defmodule CanneryWeb.ErrorHelpers do
"""
use PhoenixHTMLHelpers
import Phoenix.HTML.Form
import Phoenix.Component
import Phoenix.{Component, HTML.Form}
alias Ecto.Changeset
alias Phoenix.{HTML.Form, LiveView.Rendered}