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

fix: Consistent import

This commit is contained in:
Faris Ansari 2019-12-21 21:25:42 +05:30
parent f8fbb5ca02
commit 5614b4dca6

View File

@ -6,7 +6,7 @@ import Dashboard from '@/pages/Dashboard/Dashboard';
import ListView from '@/pages/ListView/ListView';
import PrintView from '@/pages/PrintView/PrintView';
import QuickEditForm from '@/pages/QuickEditForm';
import Report from '@/pages/Report.vue';
import Report from '@/pages/Report';
// custom views
import GetStarted from '@/pages/GetStarted';