44e3f5c207cf5090186bbb85575046dc606e3b90
- Commented out the handleDrop function in RealTimeVisualization.tsx and moved its logic to a new utility function createHandleDrop for better separation of concerns. - Updated Project.tsx to utilize the new createHandleDrop function, improving readability and maintainability. - Enhanced styling for the scene container and real-time visualization components to improve layout and responsiveness. - Removed unnecessary styles and consolidated button and input styles for consistency. - Cleaned up unused imports and variables in various files to streamline the codebase.
Description
No description provided
Languages
TypeScript
90.1%
SCSS
9.2%
JavaScript
0.3%
HTML
0.2%
CSS
0.1%