Pleroma/lib/pleroma/web/twitter_api/views/util_view.ex

5 lines
101 B
Elixir
Raw Normal View History

2017-10-19 17:37:24 +02:00
defmodule Pleroma.Web.TwitterAPI.UtilView do
use Pleroma.Web, :view
import Phoenix.HTML.Form
end