From fb8cc790d7cf352a27191416dfe14f254b2e9b46 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Mon, 22 Jun 2026 13:42:57 +0200 Subject: [PATCH] feat(directory) : add prospect detail page with contact/address/report tabs --- .../pages/directory/prospects/[id].vue | 107 ++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 frontend/modules/directory/pages/directory/prospects/[id].vue diff --git a/frontend/modules/directory/pages/directory/prospects/[id].vue b/frontend/modules/directory/pages/directory/prospects/[id].vue new file mode 100644 index 0000000..d621f5d --- /dev/null +++ b/frontend/modules/directory/pages/directory/prospects/[id].vue @@ -0,0 +1,107 @@ + + +