Skip to content

Commit ce5e398

Browse files
committed
chore: wrong import path
1 parent 8a4b417 commit ce5e398

File tree

1 file changed

+1
-1
lines changed
  • apps/site/components/Downloads/DownloadsTable

1 file changed

+1
-1
lines changed

apps/site/components/Downloads/DownloadsTable/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { useTranslations } from 'next-intl';
22
import type { FC } from 'react';
33

44
import Link from '#site/components/Link';
5+
import type { NodeDownloadArtifact } from '#site/types';
56
import { OperatingSystemLabel } from '#site/util/download';
6-
import type { NodeDownloadArtifact } from '#site/util/download/archive';
77

88
type DownloadsTableProps = {
99
source: Array<NodeDownloadArtifact>;

0 commit comments

Comments
 (0)