/** * @file trash/components/TrashHeader.tsx * @description Client component rendering the header section for the trash view, including an icon, title, description, and navigation back to the dashboard. */ "use client"; import { GoBackButton } from "@/app/components/ui/buttons/GoBackButton"; import { Trash2 } from "lucide-react"; /** * Renders the trash page header featuring title details, an indicator icon, * and a link to navigate back to the main dashboard. * * @returns {JSX.Element} The rendered trash header component. */ export default function TrashHeader() { return ( <>
Tasks removed from your board.