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 ( - ) - } -}