/** * @file dashboard/components/KanbanBoardHeader.tsx * @description Component rendering the top title header and action buttons for the dashboard view. */ import { Plus, Sparkles } from "lucide-react"; /** * Renders the dashboard header section including title, subtitle, workspace indicator, and action triggers. * * @returns {JSX.Element} The rendered dashboard header component. */ export default function KanbanBoardHeader() { return (
Manage your tasks and keep track of your progress.