import { cn } from "@rallly/ui"; export function StackedList({ children, className, }: { children: React.ReactNode; className?: string; }) { return (