Support Ticket Addon
Frontend Setup - Seller Panel:
Step 2: Update the Configuration
// ----------------------Support Ticket--------------------------
import * as supportTicket from './support-ticket/support-ticket-constant';
// components paths
export const supportTicketComponent = supportTicket.ticketComponentList;
// route paths
export const supportTicketRoutes = supportTicket.routePath;
Last updated