Skip to content

Commit 02be899

Browse files
committed
formatting
1 parent 8710fe4 commit 02be899

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/js/hooks/use-clipboard.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/** Credits to https://github.com/juliencrn/usehooks-ts */
2-
1+
// Credit: https://usehooks-ts.com/
32
import { useCallback, useState } from 'react';
43

54
type CopiedValue = string | null;

0 commit comments

Comments
 (0)