--- import { getTotalRuleCount, getTotalServiceCount, getTotalExporterCount, data } from '../data/rules'; const totalRules = getTotalRuleCount(); const totalServices = getTotalServiceCount(); const totalExporters = getTotalExporterCount(); const totalGroups = data.groups.length; ---
{totalRules}
alert rules
{totalServices}
services
{totalExporters}
exporters
{totalGroups}
categories