Files
sso-bsn/lib/sso_bsn_web/components/layouts.ex
bluepython508 45e4e9f5da Initial Commit
2023-11-01 17:27:15 +00:00

6 lines
89 B
Elixir

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