mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2025-02-01 00:49:09 +01:00
6 lines
113 B
Elixir
6 lines
113 B
Elixir
|
defmodule Pleroma.Web.EmailView do
|
||
|
use Pleroma.Web, :view
|
||
|
import Phoenix.HTML
|
||
|
import Phoenix.HTML.Link
|
||
|
end
|