Refactor asset management components to enhance structure and improve data handling; update styles for better UI consistency
This commit is contained in:
@@ -16,6 +16,7 @@ interface ModelData {
|
||||
uploadDate: number;
|
||||
_id: string;
|
||||
price: number;
|
||||
AssetID: string;
|
||||
}
|
||||
const MarketPlace = () => {
|
||||
const [models, setModels] = useState<ModelData[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user