export function RoutingSkeleton() { return (
{[1, 2, 3].map((index) => (
{/* Title */}
{/* Form Fields */}
{/* If booker selects */}
{/* Label Field */}
{/* Identifier Field */}
{/* Type Field */}
))}
{/* Add Question Button */}
); }