added templates for show pages and channel page
This commit is contained in:
parent
caee8bb835
commit
fa5c811dab
13 changed files with 322 additions and 26 deletions
react/components/AssetDisplay
11
react/components/AssetDisplay/index.js
Normal file
11
react/components/AssetDisplay/index.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
import React from 'react';
|
||||
|
||||
const AssetDisplay = () => {
|
||||
return (
|
||||
<div>
|
||||
<p>display asset here</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default AssetDisplay;
|
Loading…
Add table
Add a link
Reference in a new issue