member_webapp/@overflow/infra/component/index.ts
2018-06-07 15:07:45 +09:00

8 lines
194 B
TypeScript

import { InfraMapComponent } from './infra-map.component';
import { InfraTreeComponent } from './infra-tree.component';
export const COMPONENTS = [
InfraMapComponent,
InfraTreeComponent
];