Refactor code by removing unnecessary lines and comments, and update wall thickness in builder store

This commit is contained in:
2025-06-23 10:54:17 +05:30
parent e38f17a18d
commit 329acbe397
8 changed files with 9 additions and 18 deletions

View File

@@ -8,8 +8,8 @@ import { useWallStore } from '../../../../../store/builder/useWallStore';
import { useWallClassification } from './helpers/useWallClassification';
import { useFrame, useThree } from '@react-three/fiber';
import { useWallVisibility } from '../../../../../store/builder/store';
import { Decal, PivotControls } from '@react-three/drei';
import { Base, Geometry, Subtraction } from '@react-three/csg';
import { Decal } from '@react-three/drei';
import { Base } from '@react-three/csg';
function Wall({ wall }: { readonly wall: Wall }) {
const { walls } = useWallStore();