9 lines
307 B
TypeScript
9 lines
307 B
TypeScript
|
|
// This file re-exports all functionalities from the modular services.
|
|
// This maintains backward compatibility with existing imports.
|
|
|
|
export * from './appBuilder/config';
|
|
export * from './appBuilder/componentService';
|
|
export * from './appBuilder/promptService';
|
|
export * from './appBuilder/rbacService';
|