diff --git a/src/router/index.ts b/src/router/index.ts index 626d9712..0fdf05c9 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -158,6 +158,15 @@ const routes: Array = [ /* webpackChunkName: "statistics" */ "../views/StatisticsView.vue" ), }, + { + path: "/contact-gives", + name: "contact-gives", + component: () => + import( + /* webpackChunkName: "statistics" */ "../views/ContactGiftingView.vue" + ), + }, + ]; /** @type {*} */ diff --git a/src/views/ContactGiftingView.vue b/src/views/ContactGiftingView.vue new file mode 100644 index 00000000..f3ddc925 --- /dev/null +++ b/src/views/ContactGiftingView.vue @@ -0,0 +1,237 @@ + + +