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