dotfiles/app/lib/prymn_web/components/layouts.ex
2023-09-10 13:51:06 +03:00

7 lines
107 B
Elixir

defmodule PrymnWeb.Layouts do
@moduledoc false
use PrymnWeb, :html
embed_templates "layouts/*"
end