1. Integerated DashBoard, #97

Merged
Marikannan merged 31 commits from v3-wall into main 2025-06-04 12:09:09 +00:00
3 changed files with 9 additions and 5 deletions
Showing only changes of commit c0fed911eb - Show all commits

View File

@ -56,9 +56,6 @@ const SelectFloorPlan: React.FC = () => {
}
}, [generate]);
useEffect(() => {
console.log("parsedFile: ", parsedFile);
}, [parsedFile]);
return (
<div className="select-floorplane-wrapper">

View File

@ -131,6 +131,7 @@ const DxfFile = ({
<TransformControls
key={index}
object={line}
showY={false}
onMouseUp={() => handleTransformChange(index)}
>
{/* Render the line with current position from state */}

6
package-lock.json generated Normal file
View File

@ -0,0 +1,6 @@
{
"name": "Dwinzo_dev",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}