mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-11 03:39:13 +00: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
|