Comment out WallGroup component and clean up drawWall function call

This commit is contained in:
2025-06-25 17:32:36 +05:30
parent 08208528a5
commit d8a793c421
2 changed files with 2 additions and 2 deletions

View File

@@ -276,7 +276,7 @@ export default function Builder() {
<LayoutImage />
</Bvh>
<WallGroup />
{/* <WallGroup /> */}
</>
);
}