2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00

Import bootstrap module

This commit is contained in:
Suraj Shetty 2018-07-14 20:09:38 +05:30
parent 904baba237
commit 2fb6ad3da6

View File

@ -12,6 +12,7 @@ import Vue from 'vue';
import Observable from 'frappejs/utils/observable';
import Desk from 'frappejs/ui/components/Desk';
import sidebarConfig from './sidebarConfig';
import 'bootstrap';
export default {
name: 'App',