refactor: standardize frontend

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-02-24 17:38:48 -05:00
parent 20d3a46d7b
commit 0c4c9e52cd
24 changed files with 2448 additions and 1232 deletions
+2 -6
View File
@@ -1,11 +1,7 @@
/**
* Central export point for all People Manager models
*/
export { ProviderObject } from './provider';
export { ServiceObject } from './service';
export { CollectionObject } from './collection';
export { EntityObject } from './entity';
export { GroupObject } from './group';
export { IndividualObject } from './individual';
export { OrganizationObject } from './organization';
export { ProviderObject } from './provider';
export { ServiceObject } from './service';