front-end almost done | started back-end
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
import Vue from 'vue'
|
||||
import header from '../components/header'
|
||||
import footer_global from '../components/footer_global'
|
||||
import footer_homePage from '../components/footer_homePage'
|
||||
import logo from '../components/icons/logo'
|
||||
import hero from '../components/hero'
|
||||
import customersCommunication from '../components/customersCommunication'
|
||||
|
||||
|
||||
Vue.component('site-header', header)
|
||||
Vue.component('site-footer', footer_global)
|
||||
Vue.component('home-footer', footer_homePage)
|
||||
Vue.component('logo', logo)
|
||||
Vue.component('hero', hero)
|
||||
Vue.component('customersCommunication', customersCommunication)
|
||||
Reference in New Issue
Block a user