diff --git a/src/Gallery/insertYourLoaderHere/Tradingchart b/src/Gallery/insertYourLoaderHere/Tradingchart new file mode 100644 index 0000000..fac65fe --- /dev/null +++ b/src/Gallery/insertYourLoaderHere/Tradingchart @@ -0,0 +1,25 @@ +import React from 'react' +import ContentLoader from 'react-content-loader' + +const Article = props => ( + + + +) + +Article.metadata = { + name: 'PatrickEmc2', + github: 'P_Emc2', + description: 'Trading chart', + filename: 'Tradingchart', +} + +export default Tradingchart