From aa6ad4d712631633b777c85e59f11f64fcfa0baa Mon Sep 17 00:00:00 2001 From: rahulramesha <71900764+rahulramesha@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:14:35 +0530 Subject: [PATCH] [WEB-1255] chore: Replicate the existing services to fix build (#4954) * replicate the existing services to fix build * reexport from CE instead of redeclare --- web/ee/services/index.ts | 1 + web/ee/services/project/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/web/ee/services/index.ts b/web/ee/services/index.ts index 9ff8c7dff..6f175ecf7 100644 --- a/web/ee/services/index.ts +++ b/web/ee/services/index.ts @@ -1 +1,2 @@ export * from "./project"; +export * from "ce/services/workspace.service"; diff --git a/web/ee/services/project/index.ts b/web/ee/services/project/index.ts index 29b17e55d..b2cec5064 100644 --- a/web/ee/services/project/index.ts +++ b/web/ee/services/project/index.ts @@ -1 +1,2 @@ export * from "./estimate.service"; +export * from "ce/services/project/view.service";