import { NoAuthProbeService } from './noauth-probe.service';

export const SERVICES = [
  NoAuthProbeService,
];