Skip to content

Commit 8a0031b

Browse files
author
Marvin Zhang
committed
refactor: remove unused icon imports from DevlogList component
1 parent 3f1ce1a commit 8a0031b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/app/components/features/devlogs/DevlogList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import {
4141
AlertDialogTitle,
4242
} from '@/components/ui/alert-dialog';
4343
import { toast } from 'sonner';
44-
import { Edit, Eye, MessageSquare, Search, Trash2, X } from 'lucide-react';
44+
import { Edit, Eye, Search, Trash2, X } from 'lucide-react';
4545
import { DevlogEntry, DevlogFilter, DevlogId, NoteCategory } from '@codervisor/devlog-core';
4646
import { DevlogPriorityTag, DevlogStatusTag, DevlogTypeTag, Pagination } from '@/components';
4747
import { cn, formatTimeAgoWithTooltip, priorityOptions, statusOptions, typeOptions } from '@/lib';

0 commit comments

Comments
 (0)