swornforged/lib/swornforged_web/components/layouts.ex

6 lines
99 B
Elixir
Raw Normal View History

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