Skip to content

Commit 784e7e1

Browse files
Update apps/site/components/EOL/VulnerabilityChips/Chip/index.tsx
Co-authored-by: Claudio Wunder <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]>
1 parent 3a1ae8f commit 784e7e1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • apps/site/components/EOL/VulnerabilityChips/Chip

apps/site/components/EOL/VulnerabilityChips/Chip/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import Badge, { type BadgeKind } from '@node-core/ui-components/Common/Badge';
1+
import type { BadgeKind } from '@node-core/ui-components/Common/Badge';
2+
import Badge from '@node-core/ui-components/Common/Badge';
23
import { useTranslations } from 'next-intl';
34
import type { FC } from 'react';
45

0 commit comments

Comments
 (0)