/** * @file app/(app)/dashboard/column/ColumnEmptyState.tsx * @description Client component rendering a placeholder card when a specific column contains no tasks. */ "use client"; /** * Renders a dashed empty state container with placeholder text for empty columns. * * @returns {JSX.Element} The rendered column empty state component. */ export default function ColumnEmptyState() { return (