Skip to content

Commit 8bfa61c

Browse files
committed
fix: add missing import
1 parent c82d4f7 commit 8bfa61c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/VersionDistribution.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import type {
88
} from 'vue-data-ui'
99
import { useElementSize } from '@vueuse/core'
1010
import { useCssVariables } from '~/composables/useColors'
11-
import { OKLCH_NEUTRAL_FALLBACK, transparentizeOklch } from '~/utils/colors'
11+
import { OKLCH_NEUTRAL_FALLBACK, transparentizeOklch, lightenHex } from '~/utils/colors'
1212
import {
1313
drawSvgPrintLegend,
1414
drawNpmxLogoAndTaglineWatermark,

0 commit comments

Comments
 (0)