# SPDX-FileCopyrightText: 2025 James Harton # # SPDX-License-Identifier: Apache-2.0 defmodule BB.LiveView.Layouts do @moduledoc """ Layout components for the BB Dashboard. Provides root and app layouts with bundled CSS and JavaScript. """ use Phoenix.Component alias BB.LiveView.Plugs.Static @doc """ Root layout that wraps all dashboard pages. Includes the bundled CSS and JavaScript assets. """ def root(assigns) do ~H"""