File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Downloads/DownloadReleasesTable Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33import Badge from '@node-core/ui-components/Common/Badge' ;
44import { useTranslations } from 'next-intl' ;
5- import { useState , type FC } from 'react' ;
5+ import { useState } from 'react' ;
6+ import type { FC } from 'react' ;
67
78import FormattedTime from '#site/components/Common/FormattedTime' ;
89import LinkWithArrow from '#site/components/LinkWithArrow' ;
Original file line number Diff line number Diff line change 11'use client' ;
22
33import { useTranslations } from 'next-intl' ;
4- import { useState , type FC } from 'react' ;
4+ import { useState } from 'react' ;
5+ import type { FC } from 'react' ;
56
67import FormattedTime from '#site/components/Common/FormattedTime' ;
78import VulnerabilityChips from '#site/components/EOL/VulnerabilityChips' ;
You can’t perform that action at this time.
0 commit comments