update shipment
This commit is contained in:
@@ -38,6 +38,7 @@ import AdminCreate from '@/pages/admin/Create'
|
||||
import UpdateBrand from '@/pages/brand/Update'
|
||||
import UpdateWarranty from '@/pages/warranty/Update'
|
||||
import PaymentList from '@/pages/payment/List'
|
||||
import UpdateShipment from '@/pages/shipment/Update'
|
||||
const MainRouter: FC = () => {
|
||||
|
||||
const { hasSubMenu } = useSharedStore()
|
||||
@@ -86,6 +87,7 @@ const MainRouter: FC = () => {
|
||||
|
||||
<Route path={Pages.shipment.list} element={<ShippingList />} />
|
||||
<Route path={Pages.shipment.create} element={<CreateShipment />} />
|
||||
<Route path={`${Pages.shipment.update}:id`} element={<UpdateShipment />} />
|
||||
|
||||
<Route path={Pages.coupon.list} element={<CouponList />} />
|
||||
<Route path={Pages.coupon.create} element={<CreateCoupon />} />
|
||||
|
||||
Reference in New Issue
Block a user