import React from 'react'; const AssetDisplay = () => { return (

display asset here

); }; export default AssetDisplay;