import Navbar from './components/Navbar'
import Vue from 'vue'
window.hljs = require('highlightjs')
new Vue({
el: '#app',
components: { Navbar }
})