Skip to content

Commit 47c71ad

Browse files
committed
fix(frontend): consolidate lucide-react imports to single line
Address Biome lint suggestion for import formatting.
1 parent 5add9f3 commit 47c71ad

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

frontend/src/components/pages/transcripts/components/llm-io-tab.tsx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,7 @@ import { DynamicCodeBlock } from 'components/redpanda-ui/components/code-block-d
1515
import { Collapsible, CollapsibleContent, CollapsibleTrigger } from 'components/redpanda-ui/components/collapsible';
1616
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from 'components/redpanda-ui/components/tooltip';
1717
import { Text } from 'components/redpanda-ui/components/typography';
18-
import {
19-
ChevronDown,
20-
ChevronRight,
21-
CornerDownRight,
22-
HelpCircle,
23-
MessageSquare,
24-
User,
25-
Wrench,
26-
} from 'lucide-react';
18+
import { ChevronDown, ChevronRight, CornerDownRight, HelpCircle, MessageSquare, User, Wrench } from 'lucide-react';
2719
import type { Span } from 'protogen/redpanda/otel/v1/trace_pb';
2820
import type { FC } from 'react';
2921
import { useMemo, useState } from 'react';

0 commit comments

Comments
 (0)