server/lib/boardwise_web/components/layouts.ex

6 lines
95 B
Elixir
Raw Normal View History

2023-11-30 17:25:00 +00:00
defmodule BoardWiseWeb.Layouts do
use BoardWiseWeb, :html
embed_templates "layouts/*"
end