blob: 59c1f9257b4351ae0b259908170e6bddfb3276c6 [file] [log] [blame]
Derick Montague3f6710a2020-03-04 00:59:47 -06001
2import "../../src/assets/styles/_obmc-custom.scss";
3import {
4 ButtonPlugin
5 } from 'bootstrap-vue';
6
7
8export default ({ Vue }) => {
9 Vue.use(ButtonPlugin);
10}