added templates for show pages and channel page

This commit is contained in:
bill bittner 2018-01-30 09:00:02 -08:00
commit fa5c811dab
13 changed files with 322 additions and 26 deletions
react/components/AssetDisplay

View file

@ -0,0 +1,11 @@
import React from 'react';
const AssetDisplay = () => {
return (
<div>
<p>display asset here</p>
</div>
);
};
export default AssetDisplay;