blob: d068b055963f851e250618d423ca788b5df19fbf [file] [log] [blame]
import "../../src/assets/styles/_obmc-custom.scss";
import Alert from '../../src/components/Global/Alert';
export default {
install (Vue, options) {
Vue.component('Alert', Alert);
}
}