Packages

A Phoenix LiveView performance monitoring dashboard for tracking slow endpoints and database queries during development.

Current section

Files

Jump to
elixir_dashboard lib elixir_dashboard_web components layouts.ex
Raw

lib/elixir_dashboard_web/components/layouts.ex

defmodule ElixirDashboardWeb.Layouts do
@moduledoc """
This module holds different layouts used by your application.
"""
use ElixirDashboardWeb, :html
embed_templates "layouts/*"
end