server/lib/site_web/components/layouts.ex

6 lines
85 B
Elixir
Raw Normal View History

2023-11-28 17:50:13 +00:00
defmodule SiteWeb.Layouts do
use SiteWeb, :html
embed_templates "layouts/*"
end