mirror of
https://github.com/makeplane/plane.git
synced 2026-07-10 12:37:13 +02:00
refactor: migrate services (index files) from apps/web to @plane/services
This commit is contained in:
1
packages/services/src/estimate/index.ts
Normal file
1
packages/services/src/estimate/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./estimate.service";
|
||||
@@ -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";
|
||||
|
||||
@@ -4,4 +4,5 @@
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
export * from "./issue-filter.service";
|
||||
export * from "./sites-issue.service";
|
||||
|
||||
@@ -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";
|
||||
|
||||
1
packages/services/src/stickies/index.ts
Normal file
1
packages/services/src/stickies/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./sticky.service";
|
||||
Reference in New Issue
Block a user