From 715ff17623077929b6ef6cf78c0198d3bf31d4a1 Mon Sep 17 00:00:00 2001 From: Colin O'Sullivan <143013011+cosu419@users.noreply.github.com> Date: Tue, 10 Oct 2023 12:05:36 -0400 Subject: [PATCH] Adding Find a Local Representative application to entry file (#1740) --- src/applications/registry.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/applications/registry.json b/src/applications/registry.json index e81aa4ad64..ddc87193e9 100644 --- a/src/applications/registry.json +++ b/src/applications/registry.json @@ -1647,5 +1647,15 @@ "vagovprod": false, "layout": "page-react.html" } + }, + { + "appName": "Find a Local Representative", + "entryName": "representative-app", + "rootUrl": "/representative", + "productId": "decb6c85-abcd-44b5-b722-550905f48dd7", + "template": { + "vagovprod": false, + "layout": "page-react.html" + } } ]