6 lines
128 B
TypeScript
Raw Normal View History

2018-05-18 20:29:16 +09:00
import { NoAuthProbeListComponent } from './list/list.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-04-11 15:20:23 +09:00
];