1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-be.git synced 2025-03-06 11:10:01 +01:00
youjo-be/lib/pleroma/web/mastodon_api/views/mastodon_view.ex

6 lines
128 B
Elixir
Raw Normal View History

2017-11-12 14:23:05 +01:00
defmodule Pleroma.Web.MastodonAPI.MastodonView do
use Pleroma.Web, :view
import Phoenix.HTML
import Phoenix.HTML.Form
end