mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2025-01-20 19:26:05 +01:00
5 lines
101 B
Elixir
5 lines
101 B
Elixir
|
defmodule Pleroma.Web.TwitterAPI.UtilView do
|
||
|
use Pleroma.Web, :view
|
||
|
import Phoenix.HTML.Form
|
||
|
end
|