@@ -6,22 +6,27 @@ import DashboardHomePage from './Pages/DashboardHomePage';
6
6
import DashboardPage from './Pages/DashboardPage' ;
7
7
import HomePage from './Pages/HomePage' ;
8
8
import InventoryAddPage from './Pages/Inventory/InventoryAddPage' ;
9
+ import InventoryDeletePage from './Pages/Inventory/InventoryDeletePage' ;
9
10
import InventoryListPage from './Pages/Inventory/InventoryListPage' ;
10
11
import InventoryManagementPage from './Pages/Inventory/InventoryManagementPage' ;
11
12
import InventoryUpdatePage from './Pages/Inventory/InventoryUpdatePage' ;
12
13
import InventoryViewPage from './Pages/Inventory/InventoryViewPage' ;
13
14
import OrganizationViewPage from './Pages/Inventory/OrganizationViewPage' ;
14
15
import LoginPage from './Pages/LoginPage' ;
15
16
import OrganizationCreatePage from './Pages/Organization/OrganizationCreatePage' ;
17
+ import OrganizationDeletePage from './Pages/Organization/OrganizationDeletePage' ;
16
18
import OrganizationSelectPage from './Pages/Organization/OrganizationSelectPage' ;
17
19
import OrganizationSettingsPage from './Pages/Organization/OrganizationSettingsPage' ;
20
+ import OrganizationUpdatePage from './Pages/Organization/OrganizationUpdatePage' ;
21
+ import ProductDeletePage from './Pages/Product/ProductDeletePage' ;
18
22
import ProductUpdatePage from './Pages/Product/ProductUpdatePage' ;
19
23
import ProductViewPage from './Pages/Product/ProductViewPage' ;
20
24
import ProductsCreatePage from './Pages/Product/ProductsCreatePage' ;
21
25
import ProductsListPage from './Pages/Product/ProductsListPage' ;
22
26
import ProductsPage from './Pages/Product/ProductsPage' ;
23
27
import RegisterPage from './Pages/RegisterPage' ;
24
28
import UnderConstructionPage from './Pages/UnderConstructionPage' ;
29
+ import WarehouseDeletePage from './Pages/Warehouse/WarehouseDeletePage' ;
25
30
import WarehouseUpdatePage from './Pages/Warehouse/WarehouseUpdatePage' ;
26
31
import WarehouseViewPage from './Pages/Warehouse/WarehouseViewPage' ;
27
32
import WarehousesCreatePage from './Pages/Warehouse/WarehousesCreatePage' ;
@@ -30,11 +35,6 @@ import WarehousesPage from './Pages/Warehouse/WarehousesPage';
30
35
import RegisterForm from './RegisterForm' ;
31
36
import RegisterSelect from './RegisterSelect' ;
32
37
import { ProtectedRoute , PublicRoute } from './SpecialRoutes' ;
33
- import OrganizationUpdatePage from './Pages/Organization/OrganizationUpdatePage' ;
34
- import ProductDeletePage from './Pages/Product/ProductDeletePage' ;
35
- import WarehouseDeletePage from './Pages/Warehouse/WarehouseDeletePage' ;
36
- import InventoryDeletePage from './Pages/Inventory/InventoryDeletePage' ;
37
- import OrganizationDeletePage from './Pages/Organization/OrganizationDeletePage' ;
38
38
39
39
function Router ( ) {
40
40
const router = createBrowserRouter ( [
0 commit comments