front-end almost done | started back-end

This commit is contained in:
Amir Mohamadi
2020-11-23 19:39:26 +03:30
parent 95149f0e72
commit 80a7abafb7
191 changed files with 60163 additions and 950 deletions
-15
View File
@@ -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)