index.ts 95B

1234
  1. export * from './home.component';
  2. export * from './home.route';
  3. export * from './home.module';