blob: 757024a4a41d1ac01dcb6a87d773d5f3b91ece3e [file] [log] [blame]
import { Component, Input } from "@angular/core";
@Component({
selector: 'osee-connectionview-graph',
template:'<div>Dummy</div>'
})
export class GraphDummy{
@Input() editMode: boolean = false;
}