Skip to content

Commit da5007d

Browse files
committed
Merge branch 'cursor/add-copy-for-llm-button-54f6' of https://github.com/getsentry/sentry-docs into cursor/add-copy-for-llm-button-54f6
2 parents fcf6721 + ac4669a commit da5007d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/copyForLLMButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use client';
22

3-
import {useEffect,useRef, useState} from 'react';
3+
import {useEffect, useRef, useState} from 'react';
44
import {Check, Clipboard} from 'react-feather';
55
import * as Sentry from '@sentry/nextjs';
66

0 commit comments

Comments
 (0)