akkoma/lib/pleroma/web/twitter_api/views/util_view.ex
2017-10-19 17:37:24 +02:00

5 lines
101 B
Elixir

defmodule Pleroma.Web.TwitterAPI.UtilView do
use Pleroma.Web, :view
import Phoenix.HTML.Form
end