2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

Remove bootstrap import

This commit is contained in:
Faris Ansari 2018-07-15 12:30:57 +05:30
parent 2fb6ad3da6
commit 4b86558527

View File

@ -12,7 +12,6 @@ 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',