update shipment
This commit is contained in:
@@ -32,6 +32,7 @@ import CreateAdmin from '@/pages/admin/Create'
|
||||
import UpdateAdmin from '@/pages/admin/Update'
|
||||
import ShipmentMethodList from '@/pages/shipmentMethod/List'
|
||||
import CreateShipmentMethod from '@/pages/shipmentMethod/Create'
|
||||
import UpdateShipmentMethod from '@/pages/shipmentMethod/Update'
|
||||
const MainRouter: FC = () => {
|
||||
|
||||
const { hasSubMenu } = useSharedStore()
|
||||
@@ -78,6 +79,7 @@ const MainRouter: FC = () => {
|
||||
|
||||
<Route path={Pages.shipment_methods.list} element={<ShipmentMethodList />} />
|
||||
<Route path={Pages.shipment_methods.add} element={<CreateShipmentMethod />} />
|
||||
<Route path={Pages.shipment_methods.update + ':id'} element={<UpdateShipmentMethod />} />
|
||||
</Routes>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user