aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-video-live/live-documentation-link.component.ts
blob: be4006ce86ed9619643fe2298a7768ad058846a5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                          
import { Component } from '@angular/core'

@Component({
  selector: 'my-live-documentation-link',
  templateUrl: './live-documentation-link.component.html',
  styleUrls: [ ]
})
export class LiveDocumentationLinkComponent {

}