Packages
A Phoenix LiveView performance monitoring dashboard for tracking slow endpoints and database queries during development.
Current section
Files
Jump to
Current section
Files
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