import EmptyFooter from './EmptyFooter.vue';

// @ts-ignore
EmptyFooter.install = function(Vue) {
    Vue.component('EmptyFooter', EmptyFooter)
};

export default EmptyFooter
