hostas/lib/hostas_web/components/layouts.ex

6 lines
89 B
Elixir
Raw Permalink Normal View History

2023-06-06 15:38:19 +00:00
defmodule HostasWeb.Layouts do
use HostasWeb, :html
embed_templates "layouts/*"
end