ACS-8315: avatar component (#9931)

This commit is contained in:
Denys Vuika
2024-07-09 17:58:41 -04:00
committed by GitHub
parent eaa489ae8d
commit a0b82ad887
10 changed files with 265 additions and 3 deletions

View File

@@ -16,6 +16,7 @@
*/
export * from './lib/about/index';
export * from './lib/avatar/avatar.component';
export * from './lib/button/button.component';
export * from './lib/viewer/index';
export * from './lib/toolbar/index';