We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae6ee7 commit a35510bCopy full SHA for a35510b
src/components/copyForLLMButton.tsx
@@ -1,10 +1,11 @@
1
"use client";
2
3
-// eslint-disable-next-line simple-import-sort/imports
+/* eslint-disable simple-import-sort/imports */
4
+
5
import {useState, useCallback, Fragment} from 'react';
6
-import {createPortal} from 'react-dom';
7
import {CopyIcon, CheckIcon} from '@radix-ui/react-icons';
8
+import {createPortal} from 'react-dom';
9
10
/**
11
* A small utility button that copies the visible content of the current documentation page
0 commit comments