8 lines
194 B
TypeScript
Raw Normal View History

2018-06-01 19:27:27 +09:00
import { InfraMapComponent } from './infra-map.component';
2018-06-07 15:07:45 +09:00
import { InfraTreeComponent } from './infra-tree.component';
2018-04-06 20:02:18 +09:00
2018-04-10 21:37:09 +09:00
export const COMPONENTS = [
2018-06-01 19:27:27 +09:00
InfraMapComponent,
2018-06-07 15:07:45 +09:00
InfraTreeComponent
2018-04-10 21:37:09 +09:00
];