member_webapp/@overflow/noauth-probe/component/index.ts
crusader c613e312f0 ing
2018-05-24 16:26:43 +09:00

6 lines
128 B
TypeScript

import { NoAuthProbeListComponent } from './list/list.component';
export const COMPONENTS = [
NoAuthProbeListComponent,
];