forked from jsnbuchanan/crowd-funder-for-time-pwa
Add a special page for seeing all contacts to gift
This commit is contained in:
@@ -158,6 +158,15 @@ const routes: Array<RouteRecordRaw> = [
|
||||
/* webpackChunkName: "statistics" */ "../views/StatisticsView.vue"
|
||||
),
|
||||
},
|
||||
{
|
||||
path: "/contact-gives",
|
||||
name: "contact-gives",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "statistics" */ "../views/ContactGiftingView.vue"
|
||||
),
|
||||
},
|
||||
|
||||
];
|
||||
|
||||
/** @type {*} */
|
||||
|
||||
Reference in New Issue
Block a user