'use client' import { formatNumber } from '@ciphera-net/ui' import { LayoutDashboardIcon } from '@ciphera-net/ui' interface TopPagesProps { pages: Array<{ path: string; pageviews: number }> } export default function TopPages({ pages }: TopPagesProps) { if (!pages || pages.length === 0) { return (
Your most visited pages will appear here as traffic arrives.