mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-04 15:43:11 +00: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
|