add help page; add tasks for rest of "contact giving" functions

This commit is contained in:
2023-03-19 19:47:37 -06:00
parent 4cec3859ea
commit 07bba55a30
8 changed files with 178 additions and 9 deletions

View File

@@ -63,6 +63,12 @@ const routes: Array<RouteRecordRaw> = [
component: () =>
import(/* webpackChunkName: "discover" */ "../views/DiscoverView.vue"),
},
{
path: "/help",
name: "help",
component: () =>
import(/* webpackChunkName: "help" */ "../views/HelpView.vue"),
},
{
path: "/import-account",
name: "import-account",