Fix missing Clock icon import causing crash with time estimates
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -5,7 +5,8 @@ import {
|
||||
Plus,
|
||||
Check,
|
||||
X,
|
||||
Flag
|
||||
Flag,
|
||||
Clock
|
||||
} from 'lucide-react'
|
||||
import {
|
||||
getProjectTaskTree,
|
||||
|
||||
Reference in New Issue
Block a user