Refactor asset management components to enhance structure and improve data handling; update styles for better UI consistency

This commit is contained in:
2025-05-13 15:18:15 +05:30
parent 4c13d31931
commit 4939c19c12
8 changed files with 102 additions and 83 deletions

View File

@@ -16,6 +16,7 @@ interface ModelData {
uploadDate: number;
_id: string;
price: number;
AssetID: string;
}
const MarketPlace = () => {
const [models, setModels] = useState<ModelData[]>([]);