dotfiles/app/lib/prymn_web/components/layouts.ex

8 lines
107 B
Elixir
Raw Normal View History

2023-06-01 09:49:27 +00:00
defmodule PrymnWeb.Layouts do
@moduledoc false
2023-06-01 09:49:27 +00:00
use PrymnWeb, :html
embed_templates "layouts/*"
end