server/lib/boardwise_web/components/layouts.ex

6 lines
95 B
Elixir

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