Skip to content

Commit afe7fa7

Browse files
committed
remove unused import
1 parent b763840 commit afe7fa7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/codeKeywords/keywordSelector.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import {
2424
Selections,
2525
} from './styles.css';
2626
import {dropdownPopperOptions} from './utils';
27-
import {relative} from 'node:path/posix';
2827

2928
type KeywordSelectorProps = {
3029
group: string;
@@ -152,7 +151,7 @@ export function KeywordSelector({keyword, group, index}: KeywordSelectorProps) {
152151
</AnimatePresence>
153152
{!isOpen && currentSelection?.title && (
154153
<div
155-
className='no-copy'
154+
className="no-copy"
156155
style={{
157156
position: 'absolute',
158157
top: '-24px',

0 commit comments

Comments
 (0)