cannery/lib/cannery_web/controllers/user_registration_html.ex

6 lines
119 B
Elixir
Raw Normal View History

2023-04-14 23:34:11 -04:00
defmodule CanneryWeb.UserRegistrationHTML do
use CanneryWeb, :html
embed_templates "user_registration_html/*"
end