'use client'; /* TicketRowSkeleton — phase 04 (TICK-05/D-21). * Purpose: skeleton placeholder row that matches the priority-stripe ticket row layout * for the initial-load state of /mobile/tickets. * Props: none — purely presentational. */ import { Skeleton } from '@/components/ui/skeleton'; export function TicketRowSkeleton() { return (