diff --git a/lib/nulla_web/components/templates.ex b/lib/nulla_web/components/templates.ex index be2365a..e8318f3 100644 --- a/lib/nulla_web/components/templates.ex +++ b/lib/nulla_web/components/templates.ex @@ -4,12 +4,6 @@ defmodule NullaWeb.PageHTML do embed_templates "templates/page/*" end -defmodule NullaWeb.AuthHTML do - use NullaWeb, :html - - embed_templates "templates/auth/*" -end - defmodule NullaWeb.ActorHTML do use NullaWeb, :html diff --git a/lib/nulla_web/components/templates/auth/sign_in.html.heex b/lib/nulla_web/components/templates/page/sign_in.html.heex similarity index 100% rename from lib/nulla_web/components/templates/auth/sign_in.html.heex rename to lib/nulla_web/components/templates/page/sign_in.html.heex diff --git a/lib/nulla_web/components/templates/auth/sign_up.html.heex b/lib/nulla_web/components/templates/page/sign_up.html.heex similarity index 100% rename from lib/nulla_web/components/templates/auth/sign_up.html.heex rename to lib/nulla_web/components/templates/page/sign_up.html.heex