feat(ui): Massive frontend modernization including customer table redesign, new map features, and consistent styling
This commit is contained in:
@@ -6,6 +6,8 @@ const Promo = () => import('../admin/promo/promo.vue');
|
||||
const PromoCreate = () => import('../admin/promo/create.vue');
|
||||
const PromoEdit = () => import('../admin/promo/edit.vue');
|
||||
|
||||
const StatsHome = () => import('../admin/stats/StatsHome.vue');
|
||||
|
||||
|
||||
const adminRoutes = [
|
||||
{
|
||||
@@ -16,7 +18,7 @@ const adminRoutes = [
|
||||
|
||||
|
||||
{
|
||||
path: '/promo/edit:id',
|
||||
path: '/promo/edit/:id',
|
||||
name: 'promoedit',
|
||||
component: PromoEdit,
|
||||
},
|
||||
@@ -25,6 +27,11 @@ const adminRoutes = [
|
||||
name: 'promocreate',
|
||||
component: PromoCreate,
|
||||
},
|
||||
{
|
||||
path: '/stats',
|
||||
name: 'stats',
|
||||
component: StatsHome,
|
||||
},
|
||||
{
|
||||
path: '/promo',
|
||||
name: 'promo',
|
||||
|
||||
Reference in New Issue
Block a user