Skip to content

Commit 7898dc2

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 2817600 commit 7898dc2

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,7 +1,7 @@
11
'use client';
22

33
import {useState} from 'react';
4-
import {Check,Clipboard} from 'react-feather';
4+
import {Check, Clipboard} from 'react-feather';
55
import * as Sentry from '@sentry/nextjs';
66

77
async function tryWriteClipboard(text: string): Promise<boolean> {

0 commit comments

Comments
 (0)