implemented basica channel content request routes
This commit is contained in:
parent
fa5c811dab
commit
091d073d01
12 changed files with 215 additions and 125 deletions
react/components/AssetDisplay
|
@ -1,9 +1,9 @@
|
|||
import React from 'react';
|
||||
|
||||
const AssetDisplay = () => {
|
||||
const AssetDisplay = ({claimName, claimId}) => {
|
||||
return (
|
||||
<div>
|
||||
<p>display asset here</p>
|
||||
<p>display {claimName}#{claimId} here</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue