Skip to content

Commit 93ece99

Browse files
committed
chore: fix knip
1 parent 6abd7d1 commit 93ece99

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { ModuleReplacement } from 'module-replacements'
22

3+
/** @public */
34
export function useModuleReplacement(packageName: MaybeRefOrGetter<string>) {
45
return useLazyFetch<ModuleReplacement | null>(() => `/api/replacements/${toValue(packageName)}`)
56
}

0 commit comments

Comments
 (0)