mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-13 12:44:51 +00:00
4 lines
101 B
Elixir
4 lines
101 B
Elixir
defmodule Pleroma.Web.MastodonAPI.MastodonView do
|
|
use Pleroma.Web, :view
|
|
import Phoenix.HTML
|
|
end
|