remove ad

This commit is contained in:
Hans Pagel
2020-07-13 14:45:19 +02:00
parent 2922a8feaf
commit 2f1b698977
3 changed files with 0 additions and 53 deletions

View File

@@ -20,8 +20,6 @@
</a>
</div>
<ad />
</div>
</template>
@@ -30,7 +28,6 @@ import Navigation from 'Components/Navigation'
import Hero from 'Components/Hero'
import Subnavigation from 'Components/Subnavigation'
import Icon from 'Components/Icon'
import Ad from 'Components/Ad'
export default {
components: {
@@ -38,7 +35,6 @@ export default {
Hero,
Subnavigation,
Icon,
Ad,
},
}
</script>