defmodule AgentSea.Web.Layouts do @moduledoc "Root layout for the dashboard." use Phoenix.Component def root(assigns) do ~H""" AgentSea {@inner_content} """ end end