]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - live-documentation-link.component.ts
be4006ce86ed9619643fe2298a7768ad058846a5
[github/Chocobozzz/PeerTube.git] / live-documentation-link.component.ts
1 import { Component } from '@angular/core'
2
3 @Component({
4 selector: 'my-live-documentation-link',
5 templateUrl: './live-documentation-link.component.html',
6 styleUrls: [ ]
7 })
8 export class LiveDocumentationLinkComponent {
9
10 }