forked from shibao/cannery
6 lines
119 B
Elixir
6 lines
119 B
Elixir
|
defmodule CanneryWeb.UserRegistrationHTML do
|
||
|
use CanneryWeb, :html
|
||
|
|
||
|
embed_templates "user_registration_html/*"
|
||
|
end
|