]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+my-account/my-account.component.ts
Don't log "The play() request was interrupted..."
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.component.ts
1 import { Component } from '@angular/core'
2
3 @Component({
4 selector: 'my-my-account',
5 templateUrl: './my-account.component.html'
6 })
7 export class MyAccountComponent {}