From 15cf6498a8f0ae4b12740d3a273b4955fa618cf5 Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Fri, 5 Feb 2016 11:54:02 +0100 Subject: [PATCH] Remove unused Cyland hero component --- .../wallet/components/cyland/cyland_hero.js | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 js/components/whitelabel/wallet/components/cyland/cyland_hero.js diff --git a/js/components/whitelabel/wallet/components/cyland/cyland_hero.js b/js/components/whitelabel/wallet/components/cyland/cyland_hero.js deleted file mode 100644 index 8b144435..00000000 --- a/js/components/whitelabel/wallet/components/cyland/cyland_hero.js +++ /dev/null @@ -1,20 +0,0 @@ -'use strict'; - -import React from 'react'; -import AppConstants from '../../../../constants/application_constants'; - - -let Hero = React.createClass({ - render() { - return ( -
- Cyland Video Archive -
- ); - } -}); - -export default Hero;