forked from jsnbuchanan/crowd-funder-for-time-pwa
Merge fixes
This commit is contained in:
@@ -68,6 +68,11 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name: "contact-amounts",
|
||||
component: () => import("../views/ContactAmountsView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/contact-edit/:did",
|
||||
name: "contact-edit",
|
||||
component: () => import("../views/ContactEditView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/contact-gift",
|
||||
name: "contact-gift",
|
||||
|
||||
Reference in New Issue
Block a user