mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 12:37:58 +01:00
5 lines
96 B
Elixir
5 lines
96 B
Elixir
|
defmodule PowLockout.Phoenix.MailerView do
|
||
|
@moduledoc false
|
||
|
use Pow.Phoenix.Mailer.View
|
||
|
end
|