4 lines
86 B
TypeScript
Raw Normal View History

export * from './+heroes';
export * from './shared';
export * from './app.component';