add octocat and project reference

This commit is contained in:
André Weller
2019-06-15 00:38:20 +02:00
parent e742e2ea77
commit 09cd24315d
3 changed files with 31 additions and 1 deletions

View File

@@ -1,17 +1,20 @@
<template lang="pug">
.layout
Github
Logo
Sidebar
nuxt.content
</template>
<script>
import Github from '../components/Github'
import Logo from '../components/Logo'
import Search from '../components/Search'
import Sidebar from '../components/Sidebar'
export default {
components: {
Github,
Logo,
Search,
Sidebar