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 8710fe4 commit 02be899Copy full SHA for 02be899
resources/js/hooks/use-clipboard.ts
@@ -1,5 +1,4 @@
1
-/** Credits to https://github.com/juliencrn/usehooks-ts */
2
-
+// Credit: https://usehooks-ts.com/
3
import { useCallback, useState } from 'react';
4
5
type CopiedValue = string | null;
0 commit comments