vojo/src/app/components/message/layout/index.ts

5 lines
129 B
TypeScript

export * from './Modern';
export * from './Compact';
export * from './Bubble';
export * from './Stream';
export * from './Base';