blob: 59c1f9257b4351ae0b259908170e6bddfb3276c6 [file] [log] [blame]
import "../../src/assets/styles/_obmc-custom.scss";
import {
ButtonPlugin
} from 'bootstrap-vue';
export default ({ Vue }) => {
Vue.use(ButtonPlugin);
}