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