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 2817600 commit 7898dc2Copy full SHA for 7898dc2
src/components/copyForLLMButton.tsx
@@ -1,7 +1,7 @@
1
'use client';
2
3
import {useState} from 'react';
4
-import {Check,Clipboard} from 'react-feather';
+import {Check, Clipboard} from 'react-feather';
5
import * as Sentry from '@sentry/nextjs';
6
7
async function tryWriteClipboard(text: string): Promise<boolean> {
0 commit comments