Remove unused Cyland hero component

This commit is contained in:
Brett Sun 2016-02-05 11:54:02 +01:00
parent 8ba9eb20b6
commit 15cf6498a8
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
'use strict';
import React from 'react';
import AppConstants from '../../../../constants/application_constants';
let Hero = React.createClass({
render() {
return (
<div className="hero">
<img
className="logo" src={AppConstants.whitelabel.logo}
alt="Cyland Video Archive"
height="200px"/>
</div>
);
}
});
export default Hero;