mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-20 14:46:05 +01:00
6 lines
128 B
Elixir
6 lines
128 B
Elixir
|
defmodule Pleroma.Web.MastodonAPI.MastodonView do
|
||
|
use Pleroma.Web, :view
|
||
|
import Phoenix.HTML
|
||
|
import Phoenix.HTML.Form
|
||
|
end
|