forked from AkkomaGang/akkoma
4 lines
101 B
Elixir
4 lines
101 B
Elixir
defmodule Pleroma.Web.MastodonAPI.MastodonView do
|
|
use Pleroma.Web, :view
|
|
import Phoenix.HTML
|
|
end
|