fix: resolve TypeScript errors in migrated components

This commit is contained in:
Jason Woltje
2026-01-29 22:00:14 -06:00
parent d54714ea06
commit abbf886483
36 changed files with 758 additions and 43 deletions

View File

@@ -11,7 +11,7 @@ import { TaskStatus, TaskPriority, type Task } from "@mosaic/shared";
* This page demonstrates the GanttChart component with sample data
* showing various task states, durations, and interactions.
*/
export default function GanttDemoPage(): JSX.Element {
export default function GanttDemoPage(): React.ReactElement {
// Sample tasks for demonstration
const baseTasks: Task[] = [
{