4 lines
83 B
TypeScript

export * from './heroes';
export * from './core';
export * from './app.component';