Skip to content

Commit a2285c4

Browse files
fix: remove default
1 parent f3f11b1 commit a2285c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/composables/useClipboardAsync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type UseClipboardAsyncOptions = {
99
copiedDuring: number
1010
}
1111

12-
export default function useClipboardAsync(
12+
export function useClipboardAsync(
1313
fn: () => Promise<string>,
1414
options?: UseClipboardAsyncOptions,
1515
): UseClipboardAsyncReturn {

0 commit comments

Comments
 (0)