module Web.View.AgentRegistrations.Performance where
-- Performance view is rendered inline in Show.hs via performancePanel helper.
-- This module re-exports it for use if needed as a standalone view.
import IHP.ViewPrelude
import Web.View.AgentRegistrations.Show (performancePanel)