fixed build issues. its builds now

This commit is contained in:
2026-01-19 09:11:42 -05:00
parent b0db3167c5
commit 775a351425
17 changed files with 64 additions and 37 deletions
+5 -3
View File
@@ -1,5 +1,7 @@
// /lib/buildOverlaps.ts
import type { CategoryId } from "@/types/builderSlots";
import type { BuilderSlotKey } from "@/types/builderSlots";
type CategoryId = BuilderSlotKey;
export type OverlapChipModel = {
key: string;
@@ -25,10 +27,10 @@ export const UPPER_OVERLAP_CATEGORIES = new Set<CategoryId>([
export const LOWER_OVERLAP_CATEGORIES = new Set<CategoryId>([
"lower-receiver",
"lower-parts",
"lower-parts-kit",
"trigger",
"grip",
"safety",
"safety-selector",
"buffer",
"stock",
]);