2
0
mirror of https://github.com/frappe/books.git synced 2025-02-09 23:48:56 +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 ListView from '@/pages/ListView/ListView';
import PrintView from '@/pages/PrintView/PrintView'; import PrintView from '@/pages/PrintView/PrintView';
import QuickEditForm from '@/pages/QuickEditForm'; import QuickEditForm from '@/pages/QuickEditForm';
import Report from '@/pages/Report.vue'; import Report from '@/pages/Report';
// custom views // custom views
import GetStarted from '@/pages/GetStarted'; import GetStarted from '@/pages/GetStarted';