This commit is contained in:
Mohit Panjwani
2019-11-11 12:50:21 +05:30
parent bdec6101b8
commit e9e87cccb4
2 changed files with 3 additions and 3 deletions

View File

@ -31,11 +31,11 @@ import NotFoundPage from './views/errors/404.vue'
import Dashboard from './views/dashboard/Dashboard.vue'
// Customers
import CustomerIndex from './views/customers/index.vue'
import CustomerIndex from './views/customers/Index.vue'
import CustomerCreate from './views/customers/Create.vue'
// Items
import ItemsIndex from './views/items/index.vue'
import ItemsIndex from './views/items/Index.vue'
import ItemCreate from './views/items/Create.vue'
// Invoices