Fix missing Clock icon import causing crash with time estimates

This commit is contained in:
Claude
2025-11-20 08:45:21 +00:00
parent b395ee8103
commit 444f2744b3
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { useState, useEffect } from 'react'
import { Plus, Check, X, Flag } from 'lucide-react'
import { Plus, Check, X, Flag, Clock } from 'lucide-react'
import {
getProjectTasks,
createTask,

View File

@@ -5,7 +5,8 @@ import {
Plus,
Check,
X,
Flag
Flag,
Clock
} from 'lucide-react'
import {
getProjectTaskTree,