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

6 lines
87 B
Elixir
Raw Normal View History

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