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
+1 -1
View File
@@ -1,6 +1,6 @@
"use client";
import type { RetailerOffer } from "@/app/gunbuilder/[categoryId]/[partId]/data";
import type { RetailerOffer } from "@/app/builder/[categoryId]/[partId]/data";
interface RetailersListProps {
retailers: RetailerOffer[];