towerops/lib/towerops_web/controllers/user_registration_html.ex
2026-01-17 15:00:52 -06:00

7 lines
141 B
Elixir

defmodule ToweropsWeb.UserRegistrationHTML do
@moduledoc false
use ToweropsWeb, :html
embed_templates "user_registration_html/*"
end