We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4b417 commit ce5e398Copy full SHA for ce5e398
apps/site/components/Downloads/DownloadsTable/index.tsx
@@ -2,8 +2,8 @@ import { useTranslations } from 'next-intl';
2
import type { FC } from 'react';
3
4
import Link from '#site/components/Link';
5
+import type { NodeDownloadArtifact } from '#site/types';
6
import { OperatingSystemLabel } from '#site/util/download';
-import type { NodeDownloadArtifact } from '#site/util/download/archive';
7
8
type DownloadsTableProps = {
9
source: Array<NodeDownloadArtifact>;
0 commit comments