swornforged/lib/swornforged_web/components/layouts.ex

6 lines
99 B
Elixir

defmodule SwornforgedWeb.Layouts do
use SwornforgedWeb, :html
embed_templates "layouts/*"
end