builds page concept. rename project

This commit is contained in:
2025-12-05 20:14:05 -05:00
parent 2fec870302
commit bab21e4ee3
71 changed files with 1693 additions and 418 deletions
+2 -2
View File
@@ -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<{