Merge pull request 'home-gifting-improvements' (#43) from home-gifting-improvements into master

Reviewed-on: trent_larson/kick-starter-for-time-pwa#43
This commit is contained in:
2023-07-18 01:35:40 -04:00
5 changed files with 350 additions and 47 deletions

View File

@@ -166,6 +166,14 @@ const routes: Array<RouteRecordRaw> = [
/* webpackChunkName: "statistics" */ "../views/StatisticsView.vue"
),
},
{
path: "/contact-gives",
name: "contact-gives",
component: () =>
import(
/* webpackChunkName: "statistics" */ "../views/ContactGiftingView.vue"
),
},
];
/** @type {*} */