refactor: migrate services (index files) from apps/web to @plane/services

This commit is contained in:
Rahulcheryala
2026-06-04 13:06:27 +05:30
parent 378b49b27a
commit 8c88af8057
5 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1 @@
export * from "./estimate.service";

View File

@@ -5,15 +5,21 @@
*/
export * from "./ai";
export * from "./analytics.service";
export * from "./app-config.service";
export * from "./app-installation.service";
export * from "./developer";
export * from "./auth";
export * from "./cycle";
export * from "./dashboard";
export * from "./estimate";
export * from "./instance";
export * from "./intake";
export * from "./module";
export * from "./user";
export * from "./project";
export * from "./stickies";
export * from "./timezone.service";
export * from "./workspace";
export * from "./file";
export * from "./label";

View File

@@ -4,4 +4,5 @@
* See the LICENSE file for details.
*/
export * from "./issue-filter.service";
export * from "./sites-issue.service";

View File

@@ -6,5 +6,6 @@
export * from "./link.service";
export * from "./module.service";
export * from "./module-archive.service";
export * from "./operations.service";
export * from "./sites-module.service";

View File

@@ -0,0 +1 @@
export * from "./sticky.service";