import { cn } from "@/src/utils/tailwind"; import { type ReactNode } from "react"; export const LeftAlignedCell = ({ children, className, title, }: { children: ReactNode; className?: string; title?: string; }) => (