diff --git a/js/components/whitelabel/wallet/components/ikonotv/ikonotv_landing.js b/js/components/whitelabel/wallet/components/ikonotv/ikonotv_landing.js deleted file mode 100644 index 9893da0d..00000000 --- a/js/components/whitelabel/wallet/components/ikonotv/ikonotv_landing.js +++ /dev/null @@ -1,13 +0,0 @@ -'use strict'; - -import React from 'react'; - -let IkonotvLanding = React.createClass({ - render() { - return ( - This is a landing page placeholder - ); - } -}); - -export default IkonotvLanding; \ No newline at end of file