import BigScreenTopLayout from './ApplicationCreateTop/index.vue'

BigScreenTopLayout.install = function (Vue) {
  Vue.component(BigScreenTopLayout.name, BigScreenTopLayout)
}

export default BigScreenTopLayout