restructuring

This commit is contained in:
Philipp Kühn
2020-04-24 10:03:15 +02:00
parent 397de08db0
commit 0f0b92b672
20 changed files with 4 additions and 23 deletions

View File

@@ -62,7 +62,7 @@ query {
</static-query>
<script>
import linkGroups from '@/data/links.yaml'
import linkGroups from '@/links.yaml'
import Icon from '@/components/Icon'
import PageNavigation from '@/components/PageNavigation'
import GithubButton from 'vue-github-button'

View File

@@ -1,5 +0,0 @@
Layout components are used to wrap pages and templates. Layouts should contain components like headers, footers or sidebars that will be used across the site.
Learn more about Layouts: https://gridsome.org/docs/layouts/
You can delete this file.