Refactor RoomView component to MyRoom; update imports and related references
- Removed RoomIllustration component and replaced it with MyRoom component in RoomView. - Updated import paths in exploRUG, roomView-react, and tsconfig.json to reflect the new component structure. - Enhanced WindowExtended interface in canvasutils to include ordersheet properties. - Modified convertArrIntoRad function to accept any type for input array. - Cleaned up encoding function for colors to improve readability.
This commit is contained in:
@@ -29,6 +29,6 @@
|
||||
],
|
||||
"types": ["mocha"]
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/Components/RoomView/helpers/RoomViewHelper.js"],
|
||||
"include": ["src/**/*.ts", "src/Components/MyRoom/helpers/RoomViewHelper.js"],
|
||||
"exclude": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user