File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ import AppConfig, {
1414} from '@/config/AppConfig' ;
1515import CreateInbound from '@/pages/inbound/create/CreateInboundPage' ;
1616import InboundListPage from '@/pages/inbound/list/InboundListPage' ;
17+ import CreateInvoicePage from '@/pages/invoice/CreateInvoicePage' ;
18+ import InvoiceListPage from '@/pages/invoice/InvoiceListPage' ;
1719import CreateLocationPage from '@/pages/location/createLocation/CreateLocationPage' ;
1820import LocationListPage from '@/pages/location/LocationListPage' ;
1921import CreateLocationGroupPage from '@/pages/locationGroup/CreateLocationGroupPage' ;
@@ -33,8 +35,6 @@ import UserListPage from '@/pages/user/UserListPage';
3335import LocationData from '@/utils/LocationData' ;
3436import ProductData from '@/utils/ProductData' ;
3537import UserData from '@/utils/UserData' ;
36- import CreateInvoicePage from '@/pages/invoice/CreateInvoicePage' ;
37- import InvoiceListPage from '@/pages/invoice/InvoiceListPage' ;
3838
3939type Fixtures = {
4040 // PAGES
You can’t perform that action at this time.
0 commit comments