mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-20 06:36:07 +01:00
5 lines
113 B
Elixir
5 lines
113 B
Elixir
defmodule Pleroma.Web.EmailView do
|
|
use Pleroma.Web, :view
|
|
import Phoenix.HTML
|
|
import Phoenix.HTML.Link
|
|
end
|