homeman-elixir/lib/homeman_web/components/layouts.ex

6 lines
91 B
Elixir
Raw Normal View History

2024-01-21 23:26:07 -06:00
defmodule HomemanWeb.Layouts do
use HomemanWeb, :html
embed_templates "layouts/*"
end