Fix download page type import (#755)

This commit is contained in:
cloudneutral 2025-12-06 11:21:30 +08:00 committed by GitHub
parent a0a92fe918
commit 1cd712ebb9

View File

@ -7,7 +7,7 @@ import DownloadSummary from '../../components/download/DownloadSummary'
import { buildDownloadSections, countFiles, findListing } from '../../lib/download-data'
import { getDownloadListings } from '../../lib/download/dl-index-data-artifacts'
import { getOfflinePackageSections, getOfflinePackageFileCount } from '../../lib/download/dl-index-data-offline-package'
import type { DirEntry } from '../../../../types/download'
import type { DirEntry } from '../../lib/download/types'
import { isFeatureEnabled } from '@lib/featureToggles'
export default async function DownloadHome() {