]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-video-live/live-documentation-link.component.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-live / 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 }