fbitipline/lib/fbittipline_web/components/layouts.ex
expand-sys 0839224e8d blah
2024-09-17 12:33:54 +10:00

14 lines
456 B
Elixir

defmodule FbittiplineWeb.Layouts do
@moduledoc """
This module holds different layouts used by your application.
See the `layouts` directory for all templates available.
The "root" layout is a skeleton rendered as part of the
application router. The "app" layout is set as the default
layout on both `use FbittiplineWeb, :controller` and
`use FbittiplineWeb, :live_view`.
"""
use FbittiplineWeb, :html
embed_templates "layouts/*"
end