[WEB-1255] chore: Replicate the existing services to fix build (#4954)

* replicate the existing services to fix build

* reexport from CE instead of redeclare
This commit is contained in:
rahulramesha
2024-06-27 16:14:35 +05:30
committed by GitHub
parent 9a255944e4
commit aa6ad4d712
2 changed files with 2 additions and 0 deletions

View File

@@ -1 +1,2 @@
export * from "./project";
export * from "ce/services/workspace.service";

View File

@@ -1 +1,2 @@
export * from "./estimate.service";
export * from "ce/services/project/view.service";