import { NoAuthProbeSubscriber } from './noauth-probe.subscriber';

export const SUBSCRIBERS = [
  NoAuthProbeSubscriber,
];