import {DiscoveryContainerComponent} from './discovery/discovery-container.component';

export const CONTAINER_COMPONENTS = [
  DiscoveryContainerComponent,
];