Skip to content

Commit f87f35a

Browse files
committed
fix: missing import
1 parent b63e1ea commit f87f35a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/composables/usePackageComparison.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import type {
55
Packument,
66
VulnerabilityTreeResult,
77
} from '#shared/types'
8+
import type { PackageLikes } from '#shared/types/social'
89
import { encodePackageName } from '#shared/utils/npm'
910
import type { PackageAnalysisResponse } from './usePackageAnalysis'
1011
import { isBinaryOnlyPackage } from '#shared/utils/binary-detection'

0 commit comments

Comments
 (0)