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