10 lines
359 B
TypeScript
Raw Normal View History

2018-05-28 14:41:56 +09:00
import { NoAuthProbeListComponent } from './noauth-probe-list.component';
2018-06-14 14:35:59 +09:00
import { NoAuthProbeDetailComponent } from './noauth-probe-detail.component';
2018-06-14 15:45:39 +09:00
import { NoAuthProbeGeneralComponent } from './noauth-probe-general.component';
2018-04-06 20:02:18 +09:00
2018-04-11 15:20:23 +09:00
export const COMPONENTS = [
2018-05-18 20:29:16 +09:00
NoAuthProbeListComponent,
2018-06-14 15:45:39 +09:00
NoAuthProbeDetailComponent,
NoAuthProbeGeneralComponent,
2018-04-11 15:20:23 +09:00
];