mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-02-23 21:53:06 +01:00
5 lines
101 B
Elixir
5 lines
101 B
Elixir
|
defmodule Pleroma.Web.MastodonAPI.MastodonView do
|
||
|
use Pleroma.Web, :view
|
||
|
import Phoenix.HTML
|
||
|
end
|