diff --git a/ts/components/ReviewContactColumnAction.vue b/ts/components/ReviewContactColumnAction.vue new file mode 100644 index 00000000..cc88877e --- /dev/null +++ b/ts/components/ReviewContactColumnAction.vue @@ -0,0 +1,3 @@ + diff --git a/ts/components/ReviewContactColumnDetail.vue b/ts/components/ReviewContactColumnDetail.vue new file mode 100644 index 00000000..6a86a363 --- /dev/null +++ b/ts/components/ReviewContactColumnDetail.vue @@ -0,0 +1,3 @@ + diff --git a/ts/components/ReviewContactColumnList.vue b/ts/components/ReviewContactColumnList.vue new file mode 100644 index 00000000..37205c7c --- /dev/null +++ b/ts/components/ReviewContactColumnList.vue @@ -0,0 +1,3 @@ + diff --git a/ts/route/config.ts b/ts/route/config.ts index 52d46cb1..f5ece615 100644 --- a/ts/route/config.ts +++ b/ts/route/config.ts @@ -26,6 +26,7 @@ import NotFound from "@/view/NotFound.vue"; import OAuthRefreshArcgis from "@/view/OAuthRefreshArcgis.vue"; import Operations from "@/view/Operations.vue"; import Planning from "@/view/Planning.vue"; +import ReviewContact from "@/view/review/Contact.vue"; import ReviewMailer from "@/view/review/Mailer.vue"; import ReviewPool from "@/view/review/Pool.vue"; import ReviewRoot from "@/view/review/Root.vue"; @@ -163,6 +164,11 @@ const routes: RouteRecordRaw[] = [ name: "Review", component: ReviewRoot, }, + { + path: "/_/review/contact", + name: "Contact Review", + component: ReviewContact, + }, { path: "/_/review/mailer", name: "Mailer Review", diff --git a/ts/view/review/Contact.vue b/ts/view/review/Contact.vue new file mode 100644 index 00000000..e6821718 --- /dev/null +++ b/ts/view/review/Contact.vue @@ -0,0 +1,19 @@ + +