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/controllers/page_html.ex
defmodule ElixirDashboardWeb.PageHTML do
@moduledoc """
This module contains pages rendered by PageController.
"""
use ElixirDashboardWeb, :html
embed_templates "page_html/*"
end