create discount
This commit is contained in:
@@ -29,6 +29,8 @@ import CreateBlog from '@/pages/blogs/Create'
|
||||
import UpdateBlog from '@/pages/blogs/Update'
|
||||
import ShippingList from '@/pages/shipment/List'
|
||||
import CreateShipment from '@/pages/shipment/Create'
|
||||
import CouponList from '@/pages/Coupon/List'
|
||||
import CreateCoupon from '@/pages/Coupon/Create'
|
||||
|
||||
const MainRouter: FC = () => {
|
||||
|
||||
@@ -77,6 +79,9 @@ const MainRouter: FC = () => {
|
||||
<Route path={Pages.shipment.list} element={<ShippingList />} />
|
||||
<Route path={Pages.shipment.create} element={<CreateShipment />} />
|
||||
|
||||
<Route path={Pages.coupon.list} element={<CouponList />} />
|
||||
<Route path={Pages.coupon.create} element={<CreateCoupon />} />
|
||||
|
||||
</Routes>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user