mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-19 14:16:05 +01:00
4 lines
97 B
Elixir
4 lines
97 B
Elixir
defmodule Pleroma.Web.OAuth.OAuthView do
|
|
use Pleroma.Web, :view
|
|
import Phoenix.HTML.Form
|
|
end
|