Refactor asset loading error handling in Assets component; enable loading state reset on error; update Project component to render LoadingPage and Scene conditionally; add AssetDetailsCard component.
This commit is contained in:
11
app/src/components/ui/simulation/AssetDetailsCard.tsx
Normal file
11
app/src/components/ui/simulation/AssetDetailsCard.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react'
|
||||
|
||||
const AssetDetailsCard:React.FC = () => {
|
||||
return (
|
||||
<div className="asset-details-card-wrapper">
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default AssetDetailsCard
|
||||
Reference in New Issue
Block a user