create coupon
This commit is contained in:
@@ -34,6 +34,7 @@ import ShipmentMethodList from '@/pages/shipmentMethod/List'
|
||||
import CreateShipmentMethod from '@/pages/shipmentMethod/Create'
|
||||
import UpdateShipmentMethod from '@/pages/shipmentMethod/Update'
|
||||
import CouponsList from '@/pages/coupon/List'
|
||||
import CreateCoupon from '@/pages/coupon/Create'
|
||||
const MainRouter: FC = () => {
|
||||
|
||||
const { hasSubMenu } = useSharedStore()
|
||||
@@ -83,6 +84,7 @@ const MainRouter: FC = () => {
|
||||
<Route path={Pages.shipment_methods.update + ':id'} element={<UpdateShipmentMethod />} />
|
||||
|
||||
<Route path={Pages.coupons.list} element={<CouponsList />} />
|
||||
<Route path={Pages.coupons.add} element={<CreateCoupon />} />
|
||||
</Routes>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user