diff --git a/lib/process-services/index.ts b/lib/process-services/index.ts index c392ed639f..eb9b46c8bc 100644 --- a/lib/process-services/index.ts +++ b/lib/process-services/index.ts @@ -15,13 +15,4 @@ * limitations under the License. */ -export * from './process-list/index'; -export * from './task-list/index'; -export * from './app-list/index'; -export * from './attachment/index'; -export * from './process-comments/index'; -export * from './people/index'; -export * from './content-widget/index'; -export * from './form/index'; - -export * from './process.module'; +export * from './src/public-api';