1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2025-01-23 22:26:49 +00:00
akkoma/lib/pleroma/web/oauth/oauth_view.ex
2017-09-06 19:06:25 +02:00

4 lines
97 B
Elixir

defmodule Pleroma.Web.OAuth.OAuthView do
use Pleroma.Web, :view
import Phoenix.HTML.Form
end