5 lines
116 B
TypeScript
5 lines
116 B
TypeScript
export * from './+dashboard';
|
|
export * from './+heroes';
|
|
export * from './shared';
|
|
export * from './app.component';
|