Skip to content

Commit a35510b

Browse files
Fix import order and eslint comment in copyForLLMButton component
Co-authored-by: rahul.chhabria <[email protected]>
1 parent fae6ee7 commit a35510b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/copyForLLMButton.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
"use client";
22

3-
// eslint-disable-next-line simple-import-sort/imports
3+
/* eslint-disable simple-import-sort/imports */
4+
45
import {useState, useCallback, Fragment} from 'react';
56

6-
import {createPortal} from 'react-dom';
77
import {CopyIcon, CheckIcon} from '@radix-ui/react-icons';
8+
import {createPortal} from 'react-dom';
89

910
/**
1011
* A small utility button that copies the visible content of the current documentation page

0 commit comments

Comments
 (0)