import { HomeComponent } from './home.component';

export const HOME_COMPONENTS = [
  HomeComponent
];

export * from './home.component';
