3 lines
83 B
TypeScript
Raw Normal View History

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