mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-20 06:36:07 +01:00
5 lines
97 B
Elixir
5 lines
97 B
Elixir
|
defmodule Pleroma.Web.OAuth.OAuthView do
|
||
|
use Pleroma.Web, :view
|
||
|
import Phoenix.HTML.Form
|
||
|
end
|