reconocimiento elixir desde cero

This commit is contained in:
2025-06-19 09:27:15 -03:00
parent ba9ecfcff4
commit ebf491bc1f
49 changed files with 2682 additions and 0 deletions

View File

@ -0,0 +1,14 @@
defmodule Recognition_VADWeb.Layouts do
@moduledoc """
This module holds different layouts used by your application.
See the `layouts` directory for all templates available.
The "root" layout is a skeleton rendered as part of the
application router. The "app" layout is set as the default
layout on both `use Recognition_VADWeb, :controller` and
`use Recognition_VADWeb, :live_view`.
"""
use Recognition_VADWeb, :html
embed_templates "layouts/*"
end