* [WEB-3065] refactor: replace admin services with service packages * chore: minor updates * chore: error handling
6 lines
227 B
TypeScript
6 lines
227 B
TypeScript
export * from "./invitation.service";
|
|
export * from "./member.service";
|
|
export * from "./notification.service";
|
|
export * from "./view.service";
|
|
export * from "./workspace.service";
|
|
export * from "./instance-workspace.service";
|