feat: Implement wall asset management features including creation, instances, and rendering; enhance wall properties input validation
This commit is contained in:
17
app/src/modules/builder/wallAsset/wallAssetGroup.tsx
Normal file
17
app/src/modules/builder/wallAsset/wallAssetGroup.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
import WallAssetCreator from './wallAssetCreator'
|
||||
import WallAssetInstances from './Instances/wallAssetInstances'
|
||||
|
||||
function WallAssetGroup() {
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
<WallAssetCreator />
|
||||
|
||||
<WallAssetInstances />
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default WallAssetGroup
|
||||
Reference in New Issue
Block a user