8 lines
153 B
TypeScript
8 lines
153 B
TypeScript
/**
|
|
* @file Shared app component barrel.
|
|
*/
|
|
|
|
export * from "./back-button";
|
|
export * from "./character-avatar";
|
|
export * from "./user-message-avatar";
|