mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-11 11:49:15 +00:00
5 lines
128 B
Elixir
5 lines
128 B
Elixir
defmodule Pleroma.Web.MastodonAPI.MastodonView do
|
|
use Pleroma.Web, :view
|
|
import Phoenix.HTML
|
|
import Phoenix.HTML.Form
|
|
end
|