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

16 lines
201 B
TypeScript

import {
Component
} from '@angular/core';
@Component({
selector: 'of-infra-tree',
templateUrl: './infra-tree.component.html',
})
export class InfraTreeComponent {
constructor(
) {
}
}