From 93818465cd1d628a0621ffdc0280526533eb7f4d Mon Sep 17 00:00:00 2001 From: Loke Carlsson Date: Wed, 9 May 2018 21:53:40 +0200 Subject: [PATCH] Removed dead code --- components/hero-unit.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/hero-unit.vue b/components/hero-unit.vue index 8630d99..07ae494 100644 --- a/components/hero-unit.vue +++ b/components/hero-unit.vue @@ -17,11 +17,6 @@ export default { } - const page = this.props.page - return ( - ) - } -}