From 77fb50faa4a26291e8f14c4fb8c64beb87f81ef5 Mon Sep 17 00:00:00 2001 From: srinivas pendem <65014795+srinivaspendem@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:19:13 +0530 Subject: [PATCH] fix: route fix in imports and exports (#1857) --- apps/app/components/exporter/guide.tsx | 2 +- apps/app/components/integration/guide.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/app/components/exporter/guide.tsx b/apps/app/components/exporter/guide.tsx index 82a4fd453..dd6fab9dc 100644 --- a/apps/app/components/exporter/guide.tsx +++ b/apps/app/components/exporter/guide.tsx @@ -68,7 +68,7 @@ const IntegrationGuide = () => {

{service.description}

- + {service.type} now diff --git a/apps/app/components/integration/guide.tsx b/apps/app/components/integration/guide.tsx index 0b06e997e..7c1dd20fe 100644 --- a/apps/app/components/integration/guide.tsx +++ b/apps/app/components/integration/guide.tsx @@ -100,7 +100,7 @@ const IntegrationGuide = () => {