full app is using live data now,
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// File: /Users/sean/Dev/gunbuilder-prototype/app/page.tsx
|
||||
import * as entry from '../../../app/page.js'
|
||||
// File: /Users/sean/Dev/gunbuilder-prototype/app/gunbuilder/build/page.tsx
|
||||
import * as entry from '../../../../../app/gunbuilder/build/page.js'
|
||||
import type { ResolvingMetadata, ResolvingViewport } from 'next/dist/lib/metadata/types/metadata-interface.js'
|
||||
|
||||
type TEntry = typeof import('../../../app/page.js')
|
||||
type TEntry = typeof import('../../../../../app/gunbuilder/build/page.js')
|
||||
|
||||
// Check that the entry is a valid entry
|
||||
checkFields<Diff<{
|
||||
Reference in New Issue
Block a user