/** * Vendor Layout Templates * Header and Sidebar specific to Vendor Dashboard */ window.vendorLayoutTemplates = { /** * Vendor Header */ header: () => `

Vendor Dashboard

`, /** * Vendor Sidebar */ sidebar: () => ` ` };