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