member_webapp/@overflow/noauth-probe/component/index.ts
crusader 869fcf4e72 ing
2018-05-28 14:41:56 +09:00

6 lines
136 B
TypeScript

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