Skip to content

Commit 407338c

Browse files
committed
rm unused import
1 parent faded46 commit 407338c

File tree

1 file changed

+1
-1
lines changed
  • client/src/app/(main)/paper/share/[id]

1 file changed

+1
-1
lines changed

client/src/app/(main)/paper/share/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import remarkMath from 'remark-math';
1717
import 'katex/dist/katex.min.css' // `rehype-katex` does not import the CSS for you
1818

1919
import { PaperSidebar } from '@/components/PaperSidebar';
20-
import { Lightbulb, Highlighter, MessageCircle, MessageSquareDashed } from 'lucide-react';
20+
import { Lightbulb, Highlighter, MessageCircle } from 'lucide-react';
2121
import Markdown from 'react-markdown';
2222
import CustomCitationLink from '@/components/utils/CustomCitationLink';
2323
import { ChatMessageActions } from '@/components/ChatMessageActions';

0 commit comments

Comments
 (0)