feat: implement dashboard layout with sidebar, navbar, and marketplace banner

This commit is contained in:
2025-03-29 16:41:44 +05:30
parent bc35687b26
commit 0e5fe6e1dc
19 changed files with 775 additions and 58 deletions

View File

@@ -24,7 +24,7 @@ interface AssetPreviewProps {
function Ui() {
return (
<Text color="#6f42c1" anchorX="center" anchorY="middle" scale={0.3}>
Loading your model...
Loading preview...
</Text>
);
}