chore: Appease mix doctor

This commit is contained in:
Rebecca Le 2023-11-13 11:16:17 +08:00
parent 04e8053f75
commit cdd99fa159
No known key found for this signature in database
GPG key ID: 45EC503B31710A41
2 changed files with 6 additions and 0 deletions

View file

@ -1,4 +1,8 @@
defmodule AshAuthentication.Phoenix.Utils.Flash do
@moduledoc """
Utility functions for sending and receiving flash messages.
"""
import Phoenix.LiveView
@doc """

View file

@ -1,4 +1,6 @@
defmodule AshAuthentication.Phoenix.Web do
@moduledoc false
alias AshAuthentication.Phoenix.{LayoutView, Utils.Flash, Web}
@doc false