import { DiscoverySubscriber } from './discovery.subscriber';

export const SUBSCRIBERS = [
  DiscoverySubscriber,
];