import Vue from 'vue'
import MobileNav from './components/MobileNav'
new Vue({
el: '#app',
components: { MobileNav },
})