8 lines
194 B
TypeScript
8 lines
194 B
TypeScript
import { InfraMapComponent } from './infra-map.component';
|
|
import { InfraTreeComponent } from './infra-tree.component';
|
|
|
|
export const COMPONENTS = [
|
|
InfraMapComponent,
|
|
InfraTreeComponent
|
|
];
|