Fix download page type import (#755)
This commit is contained in:
parent
a0a92fe918
commit
1cd712ebb9
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user